diff options
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,8 +16,8 @@ nitrogen --restore & # so i know it's turned on without opening the lid brightnessctl --device hp::hddprotect set 100% -# autostart apps only for XMonad if [[ "$DESKTOP_SESSION" = "dwm" ]]; then + luastatus-dwm & # screensetup.sh & # autostart apps @@ -31,8 +31,8 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then # blueman-applet & # flameshot & - while :; do - xsetroot -name "BAT: $(acpi | awk '{print $4}' | sed s/,//) | $(date '+%Y-%m-%d %H:%M:%S')" - sleep 1 - done & + # while :; do + # xsetroot -name "BAT: $(acpi | awk '{print $4}' | sed s/,//) | $(date '+%Y-%m-%d %H:%M:%S')" + # sleep 1 + # done & fi |