From acb753fc6567d1219756033437d681ee503de56e Mon Sep 17 00:00:00 2001 From: Han Boetes <2285225+hboetes@users.noreply.github.com> Date: Wed, 16 Mar 2022 08:27:57 +0100 Subject: [PATCH] Added another useful c&p function --- Tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tricks.md b/Tricks.md index cfe41a4..e940e6e 100644 --- a/Tricks.md +++ b/Tricks.md @@ -274,4 +274,6 @@ bindsym $mod+y exec clipman --primary pick --tool rofi bindsym $mod+Shift+y exec clipman clear -a # Remove a selected clipping bindsym $mod+Mod1+y exec clipman clear --tool rofi +# Empty the current clipping +bindsym $mod+Ctrl+y exec : | wl-copy -p ``` \ No newline at end of file