9 lines
183 B
Nix
9 lines
183 B
Nix
{ ... }:
|
|
{
|
|
text = ''
|
|
bindsym --whole-window $mod+button2 kill
|
|
bindsym --whole-window $mod+button8 floating toggle
|
|
bindsym --whole-window $mod+button9 fullscreen
|
|
'';
|
|
}
|