From 6b450d0ef2d9123c214462f7dceb59c17e84c3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 1 Aug 2020 17:11:28 +0100 Subject: [PATCH] fix typos --- nixos/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/sway/default.nix b/nixos/sway/default.nix index 6ba546d0..cb3985ea 100644 --- a/nixos/sway/default.nix +++ b/nixos/sway/default.nix @@ -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";