screenlock: Moved lock / unlock / screenoff hooks after the existing logic and set empty defaults
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
2b5f2b97e7
commit
66174219bf
3 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
pkill -9 lisgd
|
||||
# This hook is called when the system reaches a locked state
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
[ "$(xrandr | grep DSI-1 | cut -d ' ' -f 5)" = "right" ] && ORIENTATION=1 || ORIENTATION=0
|
||||
sxmo_hooks.sh lisgdstart -o $ORIENTATION &
|
||||
# This hook is called when the system becomes unlocked again
|
||||
|
||||
pkill -CONT conky
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue