Skip to content

Commit 3b10173

Browse files
Update README.md
1 parent 83d7316 commit 3b10173

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
Sway is an incredible window manager, and certainly one of the most well established wayland window managers. However, it is restricted to only include the functionality that existed in i3. This fork ditches the simple wlr_renderer, and replaces it with our fx_renderer, capable of rendering with fancy GLES2 effects. This, along with a couple of minor changes, expands sway's featureset to include the following:
55

66
+ **Anti-aliased rounded corners, borders, and titlebars**
7+
+ **Shadows**
78
+ **Dim unfocused windows**
89
+ **Per application saturation control**: Allows the user to set the saturation (Digital Vibrance) for specific applications. Great for some FPS games!
910
+ **Scratchpad treated as minimize**: Allows docks, or panels with a taskbar, to correctly interpret minimize / unminimize requests ([thanks to LCBCrion](https://github.com/swaywm/sway/issues/6457))
10-
+ **Add a nix flake to the repo**: Allows nixos users to easily contribute to and test this project
11+
+ **nixify the repo**: Allows nixos users to easily contribute to and test this project
1112

1213
## New Configuration Options
1314

1415
+ Corner radius: `corner_radius <val>`
1516
+ Smart corner radius: `smart_corner_radius on|off`
16-
+ Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>`
17-
+ Window shadows: *ONLY ON SWAYFX-GIT, NOT YET RELEASED*
17+
+ Window shadows:
1818
- `shadows on|off`
1919
- `shadows_on_csd on|off` (**Note**: The shadow might not fit some windows)
2020
- `shadow_blur_radius <integer value 0 - 100>`
@@ -24,6 +24,7 @@ Sway is an incredible window manager, and certainly one of the most well establi
2424
- `for_window [CRITERIA_HERE] dim_inactive <float value 0.0 - 1.0>`
2525
- `dim_inactive_colors.unfocused <hex color> ex, #000000FF`
2626
- `dim_inactive_colors.urgent <hex color> ex, #900000FF`
27+
+ Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>`
2728

2829
## Roadmap
2930

@@ -49,10 +50,6 @@ You can also bring up a development shell and follow the build instructions belo
4950
```
5051
nix develop
5152
```
52-
### Gentoo
53-
54-
If you use gentoo, you can install it from the guru:
55-
https://github.com/gentoo/guru/tree/master/gui-wm/swayfx
5653

5754
### Compiling from Source
5855

0 commit comments

Comments
 (0)