Add a sxmo_brun.sh to run binaries
This commit is contained in:
16
scripts/core/sxmo_brun.sh
Normal file
16
scripts/core/sxmo_brun.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
# Copyright 2022 Sxmo Contributors
|
||||
|
||||
# include common definitions
|
||||
# shellcheck source=scripts/core/sxmo_common.sh
|
||||
. sxmo_common.sh
|
||||
|
||||
case "$SXMO_WM" in
|
||||
dwm)
|
||||
exec dmenu_run "$@"
|
||||
;;
|
||||
sway)
|
||||
exec bemenu-run "$@"
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user