feat: hyprland fix screenshot double slash

This commit is contained in:
s-prechtl 2024-10-30 14:19:00 +01:00
parent f57ff6beb6
commit d415fcc846

View file

@ -28,8 +28,8 @@
"ALTSHIFT,J,exec,amixer set 'Master' 5%-"
"$mod, M, exec,hyprctl keyword monitor 'eDP-1, enable'"
"$mod SHIFT, M, exec,hyprctl keyword monitor 'eDP-1, disable'"
"$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot/"
"$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot/"
"$mod SHIFT,P,exec,hyprshot -m region -o ~/Screenshot"
"$mod ALTSHIFT, P, exec, hyprshot -m window -o ~/Screenshot"
"$mod SHIFT, N, exec, dunstctl history-pop"
"$mod ALTSHIFT, N, exec, dunstctl close-all"