💥 fix(clipboard): clipboard goes empty if user doesn't select an item in the menu
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ bind = , Print, exec, $screenshotSelect
|
||||
bind = $mainMod, Print, exec, $screenshotFull
|
||||
|
||||
# Open wofi clipboard
|
||||
bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, V, exec, cliphist list | $dmenu | cliphist decode | xargs -r wl-copy
|
||||
|
||||
# Open wallpaper menu
|
||||
bind = $mainMod, W, exec, /usr/bin/env bash $HOME/.config/hypr/scripts/change-wallpaper.sh
|
||||
|
||||
Reference in New Issue
Block a user