From ff7863b0111993922034456a6abd1493055abd14 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 9 Jun 2025 14:19:57 +0200 Subject: [PATCH] river: Move hotkey for qute history to H To prepare for output switch hotkey and since '[H]istory' makes more sense, we switch it to `MOD+SHIFT+H`. --- desktop/.config/river/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 50233e6..6eba67d 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -98,7 +98,7 @@ riverctl map normal $mod backspace spawn "powermenu" # Open Bookmark search riverctl map normal None XF86Search spawn "qutedmenu" -riverctl map normal $mod+Shift O spawn "qutedmenu" +riverctl map normal $mod+Shift H spawn "qutedmenu" # Clipboard history riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu"