Skip to content

Commit

Permalink
feat(river): swap next/prev bindings for sending window to other output
Browse files Browse the repository at this point in the history
  • Loading branch information
KirkEasterson committed Nov 14, 2024
1 parent 0982a91 commit df426ea
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 next
riverctl map normal Super Period send-to-output previous
riverctl map normal Super N send-to-output previous
riverctl map normal Super Period send-to-output next

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

0 comments on commit df426ea

Please sign in to comment.