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

9 lines
183 B
Nix
Raw Normal View History

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