improve cliphlist
This commit is contained in:
parent
653676880e
commit
a692923734
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $mainMod = Alt
|
|||
bind = $mainMod, Return, exec, $terminal
|
||||
bind = $mainMod+Shift, Q, killactive,
|
||||
bind = $mainMod+Shift, L, exec, ~/.config/hypr/scripts/power.sh lock
|
||||
bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy
|
||||
bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | { read selection && [ -n "$selection" ] && echo "$selection" | cliphist decode | wl-copy; }
|
||||
bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh
|
||||
bind = $mainMod+Shift, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
|
|
Loading…
Add table
Reference in a new issue