feat: fixed wrong output sending views.
This commit is contained in:
parent
ae6865878f
commit
c1e20110a6
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ riverctl map normal Super Period focus-output next
|
|||
riverctl map normal Super Comma focus-output previous
|
||||
|
||||
# Super+Shift+{Period,Comma} to send the focused view to the next/previous output
|
||||
riverctl map normal Super+Shift Period send-to-output next
|
||||
riverctl map normal Super+Shift Comma send-to-output previous
|
||||
riverctl map normal Super+Shift Period send-to-output -current-tags next
|
||||
riverctl map normal Super+Shift Comma send-to-output -current-tags previous
|
||||
|
||||
# bump the focused view to the top of the layout stack
|
||||
riverctl map normal Super S zoom
|
||||
|
|
Loading…
Reference in a new issue