wmstartup: Don't hack around OpenBSD
This commit is contained in:
parent
4fab99aa19
commit
cf30f60501
@ -87,12 +87,7 @@ printf "[INFO] Starting services\n"
|
||||
# Start with key functionality
|
||||
if pgrep bspwm > /dev/null 2>&1; then
|
||||
printf " [INFO] Found bspwm, starting sxhkd\n"
|
||||
if [[ $(uname) == "OpenBSD" ]]; then
|
||||
printf " [INFO] Starting OpenBSD variant\n"
|
||||
sxhkd -c $XDG_CONFIG_HOME/sxhkd/sxhkdrc-obsd &
|
||||
else
|
||||
sxhkd &
|
||||
fi
|
||||
sxhkd &
|
||||
fi
|
||||
# Don't start the compositor in a VM
|
||||
if [[ $(hostname) != "vm"* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user