fix(hyprland): fix hyprrecord command in hyprland binds

This commit is contained in:
ooks-io 2024-03-21 21:20:04 +13:00
parent f153b5775b
commit 7c40dfbab3

View file

@ -42,9 +42,9 @@ in
", Print, exec, grimblast --notify --cursor copysave area" ", Print, exec, grimblast --notify --cursor copysave area"
"SUPER, Print, exec, grimblast --notify --cursor copysave screen" "SUPER, Print, exec, grimblast --notify --cursor copysave screen"
"SUPER, r, exec, hyprrecord -a -w copysave screen video" "SUPER, r, exec, hyprrecord -a -w video screen video"
"SUPER CTRL, r, exec, hyprrecord -a -w copysave area video" "SUPER CTRL, r, exec, hyprrecord -a -w video area copysave"
"SUPER ALT, r, exec, hyprrecord -w copysave area gif" "SUPER ALT, r, exec, hyprrecord -w gif area copysave"
# Brightness # Brightness
@ -128,7 +128,7 @@ in
"SUPER, mouse:273, resizewindow" "SUPER, mouse:273, resizewindow"
]; ];
bindr = [ bindr = [
"SUPER, SUPER_L, exec, killall anyrun | anyrun" # "SUPER, SUPER_L, exec, killall anyrun | anyrun"
]; ];
}; };
} }