feat: changed main-count changing hotkeys.
This commit is contained in:
parent
5cbdbf7c5b
commit
720ede3bda
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ riverctl map -repeat normal Super H send-layout-cmd rivertile "main-ratio -0.05"
|
||||||
riverctl map -repeat normal Super L send-layout-cmd rivertile "main-ratio +0.05"
|
riverctl map -repeat normal Super L send-layout-cmd rivertile "main-ratio +0.05"
|
||||||
|
|
||||||
# Super+Shift+H and Super+Shift+L to increment/decrement the main count of rivertile(1)
|
# Super+Shift+H and Super+Shift+L to increment/decrement the main count of rivertile(1)
|
||||||
riverctl map normal Super+Shift H send-layout-cmd rivertile "main-count +1"
|
riverctl map normal Super I send-layout-cmd rivertile "main-count +1"
|
||||||
riverctl map normal Super+Shift L send-layout-cmd rivertile "main-count -1"
|
riverctl map normal Super D send-layout-cmd rivertile "main-count -1"
|
||||||
|
|
||||||
# Super+Alt+{H,J,K,L} to move views
|
# Super+Alt+{H,J,K,L} to move views
|
||||||
riverctl map -repeat normal Super+Alt H move left 100
|
riverctl map -repeat normal Super+Alt H move left 100
|
||||||
|
|
Loading…
Reference in a new issue