diff options
Diffstat (limited to 'river/init')
| -rwxr-xr-x | river/init | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -163,6 +163,12 @@ riverctl rule-add -app-id "bar" csd riverctl default-layout rivertile rivertile -view-padding 0 -outer-padding 0 & +riverctl map normal Super Equal spawn "$HOME/.config/river/padding_helper 0 25" +riverctl map normal Super Minus spawn "$HOME/.config/river/padding_helper 0 -25" + +riverctl map normal Super+Shift Equal spawn "$HOME/.config/river/padding_helper 10 0" +riverctl map normal Super+Shift Minus spawn "$HOME/.config/river/padding_helper -10 0" + riverctl map normal Super+Control L spawn swaylock riverctl map normal Super D spawn bemenu-run riverctl map normal Super B spawn 'pkill -SIGUSR1 waybar' |
