fix typos
This commit is contained in:
parent
99eb1ff5f1
commit
6b450d0ef2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
|||
startup = [
|
||||
{ command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store"; }
|
||||
{ command = "${pkgs.clipman}/bin/clipman restore"; }
|
||||
{ command = ''swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "outout * dpms off"' resume 'swaymsg "outout * dpms off"' before-sleep 'swaylock -f -c 000000'
|
||||
{ command = ''swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
||||
''; }
|
||||
];
|
||||
output.eDP-1.scale = "1.7";
|
||||
|
|
Loading…
Reference in a new issue