diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-12 15:30:15 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-12 15:30:15 -0800 |
| commit | 20867201e2016aa1f4dc489ec2f608cfcdb6aac2 (patch) | |
| tree | 3ff18562e605d7edcf1c15bc8cbdbb63b959bfe5 /config | |
| parent | 67722ddb4200433493fecf5cfbac3690ef515f47 (diff) | |
xinit fix quotes
Diffstat (limited to 'config')
| -rw-r--r-- | config/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/xinitrc b/config/xinitrc index 5a67090..e4322f6 100644 --- a/config/xinitrc +++ b/config/xinitrc @@ -2,7 +2,7 @@ set -x xset r rate 210 35 -if [ ! ( -d "/sys/class/power_supply/BAT0" -o -d "/sys/class/power_supply/BAT1") ] +if [ "! ( -d /sys/class/power_supply/BAT0 -o -d /sys/class/power_supply/BAT1 )" ] then xset s off xset -dpms |
