Add split command
All checks were successful
/ build-upload (push) Successful in 1m57s

This commit is contained in:
Tobias Reisinger 2025-07-27 12:30:17 +02:00
parent 6b7b549029
commit 6dddeb9c2e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 91 additions and 17 deletions

View file

@ -1,4 +1,4 @@
action=$($DMENU < "$XDG_CONFIG_HOME/ts-control-quick")
action=$($DMENU < "$XDG_CONFIG_HOME/ts-control/quick")
if [ -z "$action" ]; then
exit 1
fi