mirror of
https://github.com/rbreaves/kinto.git
synced 2025-10-01 05:59:29 +02:00
Re-organization of xkb version back into kinto
This commit is contained in:
10
linux/xkb/config/xactive.sh
Executable file
10
linux/xkb/config/xactive.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
# No arguments
|
||||
./kintox11
|
||||
else
|
||||
./caret_status.sh &
|
||||
./kintox11
|
||||
fi
|
Reference in New Issue
Block a user