diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 21:00:37 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-08 21:00:37 +0530 |
commit | ede22de2b50b0a5dddb372e8c632bb38961dbbb6 (patch) | |
tree | b4552fc4acec1b136ba03d1b082336139dc19f6c /.xinitrc | |
parent | be9838444860a6f909634b61494396275a1cd20d (diff) |
made the login experience 'better'
Diffstat (limited to '.xinitrc')
-rwxr-xr-x | .xinitrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ;; |