Only run bspwm startup stuff once
This commit is contained in:
parent
ad901c2b94
commit
5e02333dbe
1 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ bspc config initial_polarity second_child
|
|||
|
||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
||||
|
||||
xss-lock -- i3lock -e -i ~/images/lockscreen.png &
|
||||
pulseaudio --check || pulseaudio
|
||||
ps -u jdkaplan | grep -o xss-lock || xss-lock -- i3lock -e -i ~/images/lockscreen.png &
|
||||
nitrogen --restore &
|
||||
$PANEL_CONFIG_DIR/panel &
|
||||
ps -u jdkaplan | grep -o panel && pkill panel; $PANEL_CONFIG_DIR/panel &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue