mirror of https://github.com/mitchell/dotfiles.git
Autostart Barrier and PASysTray
This commit is contained in:
parent
794531705f
commit
583b987efd
|
@ -14,12 +14,14 @@ picom -b
|
||||||
|
|
||||||
wmname LG3D
|
wmname LG3D
|
||||||
|
|
||||||
killall -q polybar
|
|
||||||
polybar m-bar &
|
|
||||||
|
|
||||||
xfce4-screensaver &
|
xfce4-screensaver &
|
||||||
~/.fehbg &
|
~/.fehbg &
|
||||||
|
|
||||||
|
killall -q polybar barrier barriers pasystray
|
||||||
|
polybar m-bar &
|
||||||
|
barrier &
|
||||||
|
pasystray &
|
||||||
|
|
||||||
bspc monitor -d I II III IV V VI VII
|
bspc monitor -d I II III IV V VI VII
|
||||||
|
|
||||||
bspc config border_width 2
|
bspc config border_width 2
|
||||||
|
|
Loading…
Reference in New Issue