bspwm: Amend SXHKD startup for OpenBSD, fix me being stupid

This commit is contained in:
Salt 2018-07-17 16:50:54 -05:00
parent be3cafdb55
commit 560e4abc83

View File

@ -85,9 +85,9 @@ xrdbupdate
## SERVICES AND DAEMONS ## SERVICES AND DAEMONS
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active & feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
services=(sxhkd polybar conky dunst compton) services="sxhkd polybar conky dunst compton"
for service in $services; do for service in $services; do
kill $(pgrep service) kill $(pgrep $service)
done done
# Don't start the compositor in a VM # Don't start the compositor in a VM
if [[ $(hostname) != "vm"* ]]; then if [[ $(hostname) != "vm"* ]]; then
@ -99,7 +99,7 @@ if [[ $(uname) == "Linux" ]]; then
$HOME/.config/polybar/start.sh & $HOME/.config/polybar/start.sh &
sxhkd & sxhkd &
else else
sxhkd & sxhkd -c $XDG_CONFIG_HOME/sxhkd/sxhkdrc-obsd &
fi fi
# Start these all the time regardless of platform # Start these all the time regardless of platform
conky& conky&