diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f1637df7..96fdbd73 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -49,6 +49,7 @@ $menu = wofi --show drun # exec-once = $terminal # exec-once = nm-applet & exec-once = waybar +exec-once = wl-paste --watch cliphist store ############################# @@ -220,13 +221,14 @@ device { $mainMod = SUPER # Sets "Windows" key as main modifier bind = $mainMod SHIFT, S, exec, hyprshot -m region -o ~/Pictures/Screenshots +bind = $mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, +bind = $mainMod SHIFT, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle