summaryrefslogtreecommitdiff
path: root/.config/hypr/binds.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/binds.conf')
-rw-r--r--.config/hypr/binds.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf
index 3394c32..b4646e9 100644
--- a/.config/hypr/binds.conf
+++ b/.config/hypr/binds.conf
@@ -12,9 +12,8 @@ bind = $mainMod, RETURN, exec, $menu
bind = $mainMod, A, exec, $terminal
bind = $mainMod, D, killactive,
bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill
-bind = $mainMod, S, exec, hyprshot -m region
-bind = , PRINT, exec, hyprshot -m output
-bind = $mainMod, PRINT, exec, hyprshot -m window
+bind = $mainMod CTRL, S, exec, grim -g "$(slurp)" ~/Pictures/Screenshots/$(date +'%s_grim.png')
+bind = $mainMod, S, exec, grim -o eDP-1 ~/Pictures/Screenshots/$(date +'%s_grim.png')
bind = $mainMod, M, exit,
bind = $mainMod, V, togglefloating,
bind = $mainMod, P, exec, hyprpicker -a
@@ -23,7 +22,6 @@ bind = $mainMod, R, togglesplit, # dwindle
bind = $mainMod, F, fullscreen
bind = $mainMod, G, fullscreenstate, 0 3
bind = $mainMod, W, exec, $browser
-bind = $mainMod, X, exec, $fileManager
bind = $mainMod, K, exec, $terminal -e htop
bind = $mainMod SHIFT, B, exec, /bin/sh -c "pidof waybar && pkill -x waybar || waybar"
bind = $mainMod SHIFT, Q, exit,