From bfc57e422c07c82cfccd8d354cca1df9dd94d1f4 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 2 Jan 2024 03:29:46 -0800 Subject: [PATCH] :wrench: Adjust of keybindings --- .config/river/init | 5 ++--- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/river/init b/.config/river/init index 91b0de40..b727075e 100755 --- a/.config/river/init +++ b/.config/river/init @@ -14,8 +14,7 @@ riverctl map normal Super Return spawn foot # Super+D starts dmenu-wl (wayland dmenu) -# NOTE: Currently troubleshooting -riverctl map normal Super D spawn dmenu-wl_run -i +riverctl map normal Super D spawn "dmenu-wl_run -i" # Super+F to start librewolf riverctl map normal Super F spawn librewolf @@ -26,7 +25,7 @@ riverctl map normal Super B spawn "foot --config='/home/brian/.config/foot/bfoot # Super+Shift+Q to close the focused view riverctl map normal Super+Shift Q close -# Super+Shift+Escape to exit river +# Super+Shift+Escape to exit river with prompt riverctl map normal Super+Shift Escape exit # Super+J and Super+K to focus the next/previous view in the layout stack diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a17faa39..3cb0cd28 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -22,7 +22,7 @@ super + Escape # bspwm hotkeys # quit bspwm super + shift + Escape - /home/brian/scripts/prompt "Are you sure you would like to quite this Xsession?" "bspc quit" + /home/brian/scripts/prompt "Are you sure you would like to quit this Xsession?" "bspc quit" # restart bspwm super + shift + r