diff --git a/scripts/core/sxmo_winit.sh b/scripts/core/sxmo_winit.sh index 4bd141e..fa78061 100755 --- a/scripts/core/sxmo_winit.sh +++ b/scripts/core/sxmo_winit.sh @@ -38,6 +38,7 @@ cleanup() { sxmo_daemons.sh stop all pkill bemenu pkill wvkbd + pkill superd } init() { @@ -54,6 +55,7 @@ init() { # shellcheck disable=SC1090,SC1091 . "$XDG_CONFIG_HOME/sxmo/profile" + cleanup start cleanup sxmo_hook_stop.sh diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 0617ace..bbb9edb 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -63,6 +63,7 @@ cleanup() { sxmo_daemons.sh stop all pkill svkbd pkill dmenu + pkill superd } init() { @@ -79,6 +80,7 @@ init() { # shellcheck disable=SC1090,SC1091 . "$XDG_CONFIG_HOME/sxmo/profile" + cleanup start cleanup sxmo_hook_stop.sh