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 = ""
|
||||
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 = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue