Skip to content

Commit

Permalink
feat(river): mimic move-to-output bindings from move-window
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Nov 15, 2024
1 parent 0c24c99 commit 93c9490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions river/.config/river/modules/04-mappings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ riverctl map normal Super M focus-output next
riverctl map normal Super Comma focus-output previous

# send the focused view to the next/previous output
riverctl map normal Super N send-to-output previous
riverctl map normal Super Period send-to-output next
riverctl map normal Super+Shift M send-to-output next
riverctl map normal Super+Shift Comma send-to-output previous

# bump the focused view to the top of the layout stack
riverctl map normal Super Z zoom
Expand Down

0 comments on commit 93c9490

Please sign in to comment.