nix/home/config/sway/module/Mouse.nix

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
'';
}