diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-05 18:04:16 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-05 18:04:16 -0700 |
commit | e69643056cf600a7a48968ae845941f9731bc83e (patch) | |
tree | 19216575d33026bb8142a5566b36966430f1b569 /.xinitrc | |
parent | 51eafe7d436041180969b07d64a6160be6b4916d (diff) |
prepare for sbar
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -36,10 +36,10 @@ export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS='@im=fcitx' -while true; do - set_dwm_status_bar - sleep 1 -done & +#while true; do +# set_dwm_status_bar +# sleep 1 +#done & #shufwall & display -window root "$XDG_PICTURES_DIR/wallpapers/galaxy_plus_fire.png" & @@ -47,6 +47,7 @@ display -window root "$XDG_PICTURES_DIR/wallpapers/galaxy_plus_fire.png" & dunst & fcitx5 -d & redshift & +sbar & sxhkd & udiskie & # default fastest windows 10 keyboard repeat delay and rate |