parent
d71c11d993
commit
295af30993
25 changed files with 119 additions and 0 deletions
@ -1,2 +1,7 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
# include common definitions |
||||
# shellcheck source=scripts/core/sxmo_common.sh |
||||
. "$(dirname "$0")/sxmo_common.sh" |
||||
|
||||
xdotool windowkill "$(xdotool getactivewindow)" |
||||
|
Loading…
Reference in new issue