swayidle: switch from sway output command to wlopm
This commit is contained in:
parent
5a9879984e
commit
55183d63b6
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ system-mono-font = "Fira Mono"
|
||||||
#temperature-path = ""
|
#temperature-path = ""
|
||||||
terminal = "alacritty"
|
terminal = "alacritty"
|
||||||
lock-cmd = "swaylock -c 000000"
|
lock-cmd = "swaylock -c 000000"
|
||||||
display-on-cmd = "swaymsg \"output * dpms on\""
|
display-on-cmd = "wlopm --on '*'"
|
||||||
display-off-cmd = "swaymsg \"output * dpms off\""
|
display-off-cmd = "wlopm --off '*'"
|
||||||
|
|
||||||
inputs = []
|
inputs = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue