replace SUPER key by mainMod (generalisation)
This commit is contained in:
parent
beb66ae55b
commit
44e74330e8
26
README.md
26
README.md
|
@ -151,7 +151,7 @@ All the scripts are in ```modules/home/scripts/scripts/``` and are exported as p
|
||||||
|
|
||||||
### ⌨️ Keybinds
|
### ⌨️ Keybinds
|
||||||
|
|
||||||
View all keybinds by pressing ```$mainMod F1```
|
View all keybinds by pressing ```$mainMod F1```. By default ```$mainMod``` is ```SUPER```
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
|
@ -243,18 +243,18 @@ Complete list (EXPAND)
|
||||||
Window control
|
Window control
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
- ```bind = SUPER SHIFT, left, movewindow, l```
|
- ```bind = $mainMod SHIFT, left, movewindow, l```
|
||||||
- ```bind = SUPER SHIFT, right, movewindow, r```
|
- ```bind = $mainMod SHIFT, right, movewindow, r```
|
||||||
- ```bind = SUPER SHIFT, up, movewindow, u```
|
- ```bind = $mainMod SHIFT, up, movewindow, u```
|
||||||
- ```bind = SUPER SHIFT, down, movewindow, d```
|
- ```bind = $mainMod SHIFT, down, movewindow, d```
|
||||||
- ```bind = SUPER CTRL, left, resizeactive, -80 0```
|
- ```bind = $mainMod CTRL, left, resizeactive, -80 0```
|
||||||
- ```bind = SUPER CTRL, right, resizeactive, 80 0```
|
- ```bind = $mainMod CTRL, right, resizeactive, 80 0```
|
||||||
- ```bind = SUPER CTRL, up, resizeactive, 0 -80```
|
- ```bind = $mainMod CTRL, up, resizeactive, 0 -80```
|
||||||
- ```bind = SUPER CTRL, down, resizeactive, 0 80```
|
- ```bind = $mainMod CTRL, down, resizeactive, 0 80```
|
||||||
- ```bind = SUPER ALT, left, moveactive, -80 0```
|
- ```bind = $mainMod ALT, left, moveactive, -80 0```
|
||||||
- ```bind = SUPER ALT, right, moveactive, 80 0```
|
- ```bind = $mainMod ALT, right, moveactive, 80 0```
|
||||||
- ```bind = SUPER ALT, up, moveactive, 0 -80```
|
- ```bind = $mainMod ALT, up, moveactive, 0 -80```
|
||||||
- ```bind = SUPER ALT, down, moveactive, 0 80```
|
- ```bind = $mainMod ALT, down, moveactive, 0 80```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
@ -147,7 +147,6 @@ in
|
||||||
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
|
bind = $mainMod, D, exec, pkill wofi || wofi --show drun
|
||||||
bind = $mainMod, Escape, exec, swaylock
|
bind = $mainMod, Escape, exec, swaylock
|
||||||
bind = $mainMod SHIFT, Escape, exec, shutdown-script
|
bind = $mainMod SHIFT, Escape, exec, shutdown-script
|
||||||
# bind = SUPER, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
|
|
||||||
bind = $mainMod, P, pseudo,
|
bind = $mainMod, P, pseudo,
|
||||||
bind = $mainMod, J, togglesplit,
|
bind = $mainMod, J, togglesplit,
|
||||||
bind = $mainMod, E, exec, nemo
|
bind = $mainMod, E, exec, nemo
|
||||||
|
@ -192,18 +191,18 @@ in
|
||||||
bind = $mainMod CTRL, c, movetoworkspace, empty
|
bind = $mainMod CTRL, c, movetoworkspace, empty
|
||||||
|
|
||||||
# window control
|
# window control
|
||||||
bind = SUPER SHIFT, left, movewindow, l
|
bind = $mainMod SHIFT, left, movewindow, l
|
||||||
bind = SUPER SHIFT, right, movewindow, r
|
bind = $mainMod SHIFT, right, movewindow, r
|
||||||
bind = SUPER SHIFT, up, movewindow, u
|
bind = $mainMod SHIFT, up, movewindow, u
|
||||||
bind = SUPER SHIFT, down, movewindow, d
|
bind = $mainMod SHIFT, down, movewindow, d
|
||||||
bind = SUPER CTRL, left, resizeactive, -80 0
|
bind = $mainMod CTRL, left, resizeactive, -80 0
|
||||||
bind = SUPER CTRL, right, resizeactive, 80 0
|
bind = $mainMod CTRL, right, resizeactive, 80 0
|
||||||
bind = SUPER CTRL, up, resizeactive, 0 -80
|
bind = $mainMod CTRL, up, resizeactive, 0 -80
|
||||||
bind = SUPER CTRL, down, resizeactive, 0 80
|
bind = $mainMod CTRL, down, resizeactive, 0 80
|
||||||
bind = SUPER ALT, left, moveactive, -80 0
|
bind = $mainMod ALT, left, moveactive, -80 0
|
||||||
bind = SUPER ALT, right, moveactive, 80 0
|
bind = $mainMod ALT, right, moveactive, 80 0
|
||||||
bind = SUPER ALT, up, moveactive, 0 -80
|
bind = $mainMod ALT, up, moveactive, 0 -80
|
||||||
bind = SUPER ALT, down, moveactive, 0 80
|
bind = $mainMod ALT, down, moveactive, 0 80
|
||||||
|
|
||||||
# media and volume controls
|
# media and volume controls
|
||||||
bind = ,XF86AudioRaiseVolume,exec, pamixer -i 2
|
bind = ,XF86AudioRaiseVolume,exec, pamixer -i 2
|
||||||
|
|
Loading…
Reference in a new issue