Skip to content

Commit 5a0b46f

Browse files
committed
configuration: update the MoveToEdge binds to use C-W-arrow
...as W-arrow is now taken by defaults
1 parent 5d3929d commit 5a0b46f

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

src/configuration.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ or
8383
### MoveToEdge, ShrinkToEdge and GrowToEdge
8484

8585
```
86-
<keybind key="W-Left">
86+
<keybind key="C-W-Left">
8787
<action name="MoveToEdge" direction="left" snapWindows="true"/>
8888
</keybind>
89-
<keybind key="W-Right">
89+
<keybind key="C-W-Right">
9090
<action name="MoveToEdge" direction="right" snapWindows="true"/>
9191
</keybind>
92-
<keybind key="W-Up">
92+
<keybind key="C-W-Up">
9393
<action name="MoveToEdge" direction="up" snapWindows="true"/>
9494
</keybind>
95-
<keybind key="W-Down">
95+
<keybind key="C-W-Down">
9696
<action name="MoveToEdge" direction="down" snapWindows="true"/>
9797
</keybind>
9898
<keybind key="W-S-Left">
@@ -109,23 +109,6 @@ or
109109
</keybind>
110110
```
111111

112-
### SnapToEdge
113-
114-
```
115-
<keybind key="C-W-Left">
116-
<action name="SnapToEdge" direction="left"/>
117-
</keybind>
118-
<keybind key="C-W-Right">
119-
<action name="SnapToEdge" direction="right"/>
120-
</keybind>
121-
<keybind key="C-W-Up">
122-
<action name="SnapToEdge" direction="up"/>
123-
</keybind>
124-
<keybind key="C-W-Down">
125-
<action name="SnapToEdge" direction="down"/>
126-
</keybind>
127-
```
128-
129112
## Mousebinds
130113

131114
### Unfosus all windows when clicking on desktop

0 commit comments

Comments
 (0)