From 182b51ce7e46e8ce823e7081600759e8dd221b8c Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sat, 21 Jan 2023 15:57:39 +0100 Subject: [PATCH] river: I prefer opening terminal with super+enter --- home/desktop-river/init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/desktop-river/init b/home/desktop-river/init index 116e3ca..a3b572c 100644 --- a/home/desktop-river/init +++ b/home/desktop-river/init @@ -2,8 +2,8 @@ WALLPAPERS="$HOME/Images/wallpapers/enabled" -# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) -riverctl map normal Super+Shift Return spawn foot +# Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot) +riverctl map normal Super Return spawn foot riverctl map normal Super R spawn bemenu-run riverctl map normal Super P spawn tessen @@ -33,8 +33,8 @@ riverctl map normal Super W focus-output previous riverctl map normal Super+Shift W send-to-output next riverctl map normal Super+Shift W send-to-output previous -# Super+Return to bump the focused view to the top of the layout stack -riverctl map normal Super Return zoom +# Super+Shift+Return to bump the focused view to the top of the layout stack +riverctl map normal Super+Shift Return zoom # Super+H and Super+L to decrease/increase the main ratio of rivertile(1) riverctl map normal Super H send-layout-cmd rivertile "main-ratio -0.05"