commit 7cdf89483bee0d79117a6780aee075ba10e1e8c9
parent 79f6dcaa5db0bbfe63853c29f87f188bacddfd67
Author: mtmn <miro@haravara.org>
Date: Thu, 30 Apr 2026 00:38:27 +0200
river: remap `plsmenu` to both modifier and alt keys
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/modules/mixins/dotfiles/config/river/init b/modules/mixins/dotfiles/config/river/init
@@ -40,9 +40,11 @@ riverctl map normal Control+$mod l spawn "monofetch"
riverctl map normal $mod+Shift o spawn "todomenu $dmenu_args"
riverctl map normal $alt+Shift d spawn "clipmenu $dmenu_args"
riverctl map normal $alt+Shift l spawn "langmenu $dmenu_args"
-riverctl map normal $alt+Shift m spawn "plsmenu $dmenu_args"
riverctl map normal $alt+Shift h spawn "huemenu $dmenu_args"
+riverctl map normal $mod+Shift m spawn "plsmenu $dmenu_args"
+riverctl map normal $alt+Shift m spawn "plsmenu $dmenu_args"
+
riverctl map normal $mod+Shift b spawn "btmenu con $dmenu_args"
riverctl map normal $alt+Shift b spawn "btmenu dis $dmenu_args"