aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile10
1 files changed, 5 insertions, 5 deletions
diff --git a/.xprofile b/.xprofile
index 837554b..24fe3a5 100755
--- a/.xprofile
+++ b/.xprofile
@@ -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