nix/home/config/sway/module/Mouse.nix
2024-11-06 01:07:30 +03:00

8 lines
175 B
Nix

{ ... }: {
text = ''
bindsym --whole-window $mod+button2 kill
bindsym --whole-window $mod+button8 floating toggle
bindsym --whole-window $mod+button9 fullscreen
'';
}