summarylogtreecommitdiffstats
path: root/xsecurelock-no-mouse-motion.install
diff options
context:
space:
mode:
Diffstat (limited to 'xsecurelock-no-mouse-motion.install')
-rw-r--r--xsecurelock-no-mouse-motion.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xsecurelock-no-mouse-motion.install b/xsecurelock-no-mouse-motion.install
new file mode 100644
index 000000000000..d75ab65b9a1c
--- /dev/null
+++ b/xsecurelock-no-mouse-motion.install
@@ -0,0 +1,13 @@
+# Colored makepkg-like functions
+note() {
+ printf "${_blue}==>${_yellow} NOTE:${_bold} %s${_all_off}\n" "$1"
+}
+
+_all_off="$(tput sgr0)"
+_bold="${_all_off}$(tput bold)"
+_blue="${_bold}$(tput setaf 4)"
+_yellow="${_bold}$(tput setaf 3)"
+
+post_install() {
+ note 'Use `export XSECURELOCK_DISABLE_MOUSE_MOTION=1` to disable mouse motion'
+}