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
|
# Start with key functionality
|
||||||
if pgrep bspwm > /dev/null 2>&1; then
|
if pgrep bspwm > /dev/null 2>&1; then
|
||||||
printf " [INFO] Found bspwm, starting sxhkd\n"
|
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 &
|
sxhkd &
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
# Don't start the compositor in a VM
|
# Don't start the compositor in a VM
|
||||||
if [[ $(hostname) != "vm"* ]]; then
|
if [[ $(hostname) != "vm"* ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user