diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f8f0137..f2077e2 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -147,9 +147,9 @@ bind = $mainMod, Grave, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, bind = $mainMod SHIFT, Return, swapnext -bind =, Print, exec, hyprshot 2 -bind = SHIFT, Print, exec, hyprshot 3 -bind = $mainMod SHIFT, S, exec, hyprshot 1 +bind =, Print, exec, menurecord +bind = SHIFT, Print, exec, menurecord kill +bind = $mainMod SHIFT, S, exec, slurp | grim -t jpeg -g - - | wl-copy -t image/jpeg bind =,XF86AudioPlay, exec, playerctl play-pause bind =,XF86AudioPrev, exec, playerctl previous bind =,XF86AudioNext, exec, playerctl next |