summaryrefslogtreecommitdiff
path: root/scripts/.local
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-08-22 22:37:08 +0100
committerrafa_99 <raroma09@gmail.com>2021-08-22 22:37:08 +0100
commit0aa842d9a71a9d3d6480ac23b3c8f8761cee7a56 (patch)
treed2082a9a9e323f39492dd18261a3138079206c91 /scripts/.local
parentf76439e4e0586add8ea470d8e339bd2f63225d90 (diff)
Added ScreenKeys feature
Diffstat (limited to 'scripts/.local')
-rwxr-xr-xscripts/.local/bin/screenkeys8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/.local/bin/screenkeys b/scripts/.local/bin/screenkeys
new file mode 100755
index 0000000..d69af37
--- /dev/null
+++ b/scripts/.local/bin/screenkeys
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if pgrep screenkey$
+then
+ killall screenkey
+else
+ screenkey -M --font-size small
+fi