summary refs log tree commit diff
path: root/.local/share/lock/unlocked.d
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/lock/unlocked.d')
-rwxr-xr-x.local/share/lock/unlocked.d/light.sh2
-rwxr-xr-x.local/share/lock/unlocked.d/sync.sh3
2 files changed, 5 insertions, 0 deletions
diff --git a/.local/share/lock/unlocked.d/light.sh b/.local/share/lock/unlocked.d/light.sh
new file mode 100755
index 0000000..a17c3ab
--- /dev/null
+++ b/.local/share/lock/unlocked.d/light.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+light -I
diff --git a/.local/share/lock/unlocked.d/sync.sh b/.local/share/lock/unlocked.d/sync.sh
new file mode 100755
index 0000000..8ddcdf2
--- /dev/null
+++ b/.local/share/lock/unlocked.d/sync.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+mailsync &
+pimsync &