sway: added missing trailing ' in swaylock command

This commit is contained in:
Aly Raffauf 2024-04-22 21:06:30 -04:00
parent a8c61f43af
commit 3ed4b57417

View file

@ -79,7 +79,7 @@
${pkgs.swayidle}/bin/swayidle -w \
timeout 240 '${pkgs.brightnessctl}/bin/brightnessctl -s set 10' \
resume '${pkgs.brightnessctl}/bin/brightnessctl -r' \
timeout 300 '${lock} \
timeout 300 '${lock}' \
timeout 330 '${config.wayland.windowManager.sway.package}/bin/swaymsg "output * dpms off"' \
resume '${config.wayland.windowManager.sway.package}/bin/swaymsg "output * dpms on"' \
before-sleep '${lock}'