7 lines
125 B
Nix
7 lines
125 B
Nix
{ ... }: {
|
|
text = ''
|
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
|
output * scale 1
|
|
'';
|
|
}
|