diff options
Diffstat (limited to '.local/share/lock/unlocked.d')
| -rwxr-xr-x | .local/share/lock/unlocked.d/light.sh | 2 | ||||
| -rwxr-xr-x | .local/share/lock/unlocked.d/sync.sh | 3 |
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 & |