From 2817659814ec2315b1a6d79b346479ff81e5d6c2 Mon Sep 17 00:00:00 2001 From: iiogama Date: Wed, 10 Jan 2024 20:03:06 -0800 Subject: [PATCH] Made QOL improvements to river hotkeys --- home-manager/dots/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/dots/river/init b/home-manager/dots/river/init index 557acf0..6df9438 100755 --- a/home-manager/dots/river/init +++ b/home-manager/dots/river/init @@ -50,7 +50,7 @@ riverctl map normal Super Down send-layout-cmd rivertile "main-location bottom" riverctl map normal Super Left send-layout-cmd rivertile "main-location left" # Floating Controls -riverctl map normal Super+Shift F toggle-float +riverctl map normal Super F toggle-float riverctl map normal Super+Control H move left 100 riverctl map normal Super+Control J move down 100 riverctl map normal Super+Control K move up 100 @@ -98,8 +98,8 @@ riverctl map normal Super 0 set-focused-tags $all_tags riverctl map normal Super+Shift 0 set-view-tags $all_tags # Toggle fullscreen -riverctl map normal Super F toggle-fullscreen riverctl map normal None F11 toggle-fullscreen +riverctl map normal Super Z toggle-fullscreen # Declare a passthrough mode. This mode has only a single mapping to return to # normal mode. This makes it useful for testing a nested wayland compositor