Added another useful c&p function

Han Boetes 2022-03-16 08:27:57 +01:00
parent 784913fe2e
commit acb753fc65
1 changed files with 2 additions and 0 deletions

@ -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
```