fix swappy being annoying

This commit is contained in:
uku 2024-01-09 14:18:28 +01:00
parent 46f3f3dd1f
commit dca4396e25
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -36,7 +36,6 @@
"MOZ_ENABLE_WAYLAND,1" "MOZ_ENABLE_WAYLAND,1"
"_JAVA_AWT_WM_NONREPARENTING,1" "_JAVA_AWT_WM_NONREPARENTING,1"
"NIXOS_OZONE_WL,1" "NIXOS_OZONE_WL,1"
"GRIMBLAST_EDITOR,${getExe swappy} -f"
]; ];
exec-once = [ exec-once = [
@ -129,7 +128,7 @@
",XF86MonBrightnessDown, exec, ${getExe' light "light"} -U 5" ",XF86MonBrightnessDown, exec, ${getExe' light "light"} -U 5"
# screenshot # screenshot
",Print, exec, ${getExe grimblast} --cursor --freeze edit area" ",Print, exec, ${getExe grimblast} --freeze save area - | ${getExe swappy} -f -"
] ]
++ ++
# Switch workspaces with mod + [0-9] # Switch workspaces with mod + [0-9]