diff options
| -rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 61a610e..d0218d8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -13,6 +13,8 @@ $mainMod = SUPER exec-once = systemctl --user start hyprpolkitagent exec-once = swww-daemon +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store general { gaps_in = 5 @@ -101,7 +103,7 @@ bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit, bind = $mainMod, F, fullscreen, 0 bind = $mainMod, Tab, workspace, m+1 -bind = ALT SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy +bind = ALT, S, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r |
