From 55183d63b6a247873155e1a315642a726d818a8b Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Mon, 13 Jan 2025 21:50:27 -0600 Subject: [PATCH] swayidle: switch from sway output command to wlopm --- hosts/default.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default.toml b/hosts/default.toml index cd37fc4..48ff7be 100644 --- a/hosts/default.toml +++ b/hosts/default.toml @@ -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 = []