diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 4390803..088910b 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -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