diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index fe439f4..4c8bfb9 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -52,6 +52,11 @@ exec-once = $terminal exec-once = nm-applet & exec-once = waybar & hyprpaper & firefox +# Clipboard Manager + +exec-once = wl-paste --type text --watch cliphist store # Stores only text data + +exec-once = wl-paste --type image --watch cliphist store # Stores only image data ############################# ### ENVIRONMENT VARIABLES ### @@ -192,6 +197,8 @@ $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+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh bind = $mainMod+Shift, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating,