From cf30f60501f13f92cf55959597575041de4d9382 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 19 Aug 2018 16:05:59 -0500 Subject: [PATCH] wmstartup: Don't hack around OpenBSD --- .config/dtfscripts/wmstartup.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.config/dtfscripts/wmstartup.sh b/.config/dtfscripts/wmstartup.sh index a100df36..5b22e15d 100755 --- a/.config/dtfscripts/wmstartup.sh +++ b/.config/dtfscripts/wmstartup.sh @@ -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