From 8651757102b47489ea8f541eaa5f22fef29b8e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Mon, 27 Feb 2023 20:54:54 +0100 Subject: [PATCH] powersaving --- dwm/.dwm/bar.sh | 4 ++-- dwm/.xinitrc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dwm/.dwm/bar.sh b/dwm/.dwm/bar.sh index dc1af6e..8396af9 100755 --- a/dwm/.dwm/bar.sh +++ b/dwm/.dwm/bar.sh @@ -110,6 +110,6 @@ while true; do # sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)" # sleep 1 && xsetroot -name "$(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)" - # sleep 1 && xsetroot -name "^c$text^^b$surface0^ $(brightness) ^b$base^ $(battery) $(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " - sleep 1 && xsetroot -name "^c$text^$(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " + sleep 1 && xsetroot -name "^c$text^^b$surface0^ $(brightness) ^b$base^ $(battery) $(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " + # sleep 1 && xsetroot -name "^c$text^$(net)^c$text^^b$base^ $(today) ^b$surface0^ $(clock) ^b$surface1^ $(pulse) " done diff --git a/dwm/.xinitrc b/dwm/.xinitrc index ff265c0..09858a6 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -46,12 +46,12 @@ xset fp rehash & fc-cache -fv & # powersaving options -xset s off & -xset s noblank & -xset s noexpose & +# xset s off & +# xset s noblank & +# xset s noexpose & xset c on & xset -dpms & -xset s 1800 & +xset s 900 & # auths /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &