aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index d370ccc..02a1d82 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -27,9 +27,12 @@ fi
nitrogen --restore &
picom &
dunst &
-polybar mybar &
+cbatticon &
#xmodmap .Xmodmap
+# launch this from wm or it'll crash
+# polybar mybar &
+
case $1 in
xmonad) exec xmonad ;;
# openbox) exec openbox-session & tint2 ;;