Update
This commit is contained in:
10
local/share/sway/scripts/mako.sh
Executable file
10
local/share/sway/scripts/mako.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env sh
|
||||
# wrapper script for mako
|
||||
USER_CONFIG_PATH="${HOME}/.config/mako/config"
|
||||
|
||||
if [ -f "$USER_CONFIG_PATH" ]; then
|
||||
USER_CONFIG=$USER_CONFIG_PATH
|
||||
fi
|
||||
|
||||
# mako -c "${USER_CONFIG}" "$@"
|
||||
mako "$@"
|
||||
Reference in New Issue
Block a user