Skip to content

Commit

Permalink
bspwmrc: Start sxhkd on run level 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeerLite committed Sep 29, 2020
1 parent 853bb73 commit f4bddae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/bspwmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#! /bin/sh

pgrep -x sxhkd > /dev/null || sxhkd &
if [ "$1" -eq 0 ]; then
# won't run on restarts
sxhkd &
fi

bspc monitor -d I II III IV V VI VII VIII IX X

Expand Down

0 comments on commit f4bddae

Please sign in to comment.