From e4d544ff68a1885be156230afae09d0f96024c9e Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Fri, 13 Sep 2024 00:37:28 -0400 Subject: screenshot --- .config/hypr/binds.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.config/hypr') 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, -- cgit v1.2.3