swayidle: switch from sway output command to wlopm

This commit is contained in:
Adam Gausmann 2025-01-13 21:50:27 -06:00
parent 5a9879984e
commit 55183d63b6

View file

@ -8,8 +8,8 @@ system-mono-font = "Fira Mono"
#temperature-path = ""
terminal = "alacritty"
lock-cmd = "swaylock -c 000000"
display-on-cmd = "swaymsg \"output * dpms on\""
display-off-cmd = "swaymsg \"output * dpms off\""
display-on-cmd = "wlopm --on '*'"
display-off-cmd = "wlopm --off '*'"
inputs = []