summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.a/sys/on-wm-session.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.a/sys/on-wm-session.sh b/.a/sys/on-wm-session.sh
index b80eac0..2def89f 100755
--- a/.a/sys/on-wm-session.sh
+++ b/.a/sys/on-wm-session.sh
@@ -22,7 +22,7 @@ if [[ $device == "desktop" ]]; then
fi
if [[ $device == "laptop" ]]; then
- while :; do if grep -Fq "closed" /proc/acpi/button/lid/LID0/state; then ~/.a/sys/lock.sh suspend && sleep 3; fi; sleep 0.5; done & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf
+ # while :; do if grep -Fq "closed" /proc/acpi/button/lid/LID0/state; then ~/.a/sys/lock.sh suspend && sleep 3; fi; sleep 0.5; done & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf
libinput-gestures-setup start & # start gestures
blueberry & # bluetooth app
fi