8 lines
175 B
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
|
||
|
'';
|
||
|
}
|