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