You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
469 B
16 lines
469 B
4 years ago
|
#!/usr/bin/env sh
|
||
|
pkill -9 lisgd
|
||
|
|
||
|
lisgd $@ \
|
||
|
-g '1,LR,xdotool key --clearmodifiers Alt+Shift+e' \
|
||
|
-g '1,RL,xdotool key --clearmodifiers Alt+Shift+r' \
|
||
|
-g '1,DLUR,sxmo_vol.sh up' \
|
||
|
-g '1,URDL,sxmo_vol.sh down' \
|
||
|
-g '1,DRUL,sxmo_brightness.sh up' \
|
||
|
-g '1,ULDR,sxmo_brightness.sh down' \
|
||
|
-g '2,LR,xdotool key --clearmodifiers Alt+e' \
|
||
|
-g '2,RL,xdotool key --clearmodifiers Alt+r' \
|
||
|
-g '2,DU,pidof svkbd-sxmo || svkbd-sxmo &' \
|
||
|
-g '2,UD,pkill -9 svkbd-sxmo' \
|
||
|
&
|