From 63cc63bb70c179fac1930556036995b6bfe841bb Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 29 Jul 2024 22:54:58 +0200 Subject: [PATCH] river: Add quick emergency clipboard clear shortcut Use `Mod+Shift+Control + Space` to clear all. Basically is the same shortcut as *showing* the clipboard, only with control pressed on additionally. --- desktop/.config/river/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 51d7f17..30bdc38 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -58,8 +58,9 @@ riverctl map normal $mod backspace spawn "powermenu" riverctl map normal None XF86Search spawn "qutedmenu" riverctl map normal $mod+Shift O spawn "qutedmenu" -# Open clipboard history +# Clipboard history riverctl map normal $mod+Shift Space spawn "clipman pick --tool=bemenu" +riverctl map normal $mod+Shift+Control Space spawn "clipman clear --all" # Open floating calculator riverctl map normal $mod+Shift R spawn "$term -e --class float qalc"