fix indentation style
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
parent
2d9740f252
commit
f16422cf0c
1 changed files with 11 additions and 11 deletions
|
@ -162,17 +162,17 @@ if [ "$HANDLE" -ne 0 ]; then
|
||||||
"voldown_four")
|
"voldown_four")
|
||||||
sxmo_blinkled.sh red & xdotool windowclose "$(xdotool getactivewindow)"
|
sxmo_blinkled.sh red & xdotool windowclose "$(xdotool getactivewindow)"
|
||||||
;;
|
;;
|
||||||
"topleftcorner")
|
"topleftcorner")
|
||||||
sxmo_appmenu.sh sys &
|
sxmo_appmenu.sh sys &
|
||||||
;;
|
;;
|
||||||
"toprightcorner")
|
"toprightcorner")
|
||||||
;;
|
;;
|
||||||
"bottomleftcorner")
|
"bottomleftcorner")
|
||||||
sxmo_lock.sh &
|
sxmo_lock.sh &
|
||||||
;;
|
;;
|
||||||
"bottomrightcorner")
|
"bottomrightcorner")
|
||||||
sxmo_rotate.sh &
|
sxmo_rotate.sh &
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
#fallback, just execute the command
|
#fallback, just execute the command
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue