diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-05-22 10:42:04 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-05-22 10:42:04 +0200 |
commit | 1c1229026ebd33e54c96f43ca8721dfaab349b78 (patch) | |
tree | b14ef72524344809d12be7aa623496afa48fb940 /autostart | |
parent | 23e2dfa826b52d3a5e3aced1a5731dd03269d4be (diff) | |
download | dotfiles-1c1229026ebd33e54c96f43ca8721dfaab349b78.tar.xz |
autostart/xss-lock: Enable DPMS before executing xss-lock
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'autostart')
-rw-r--r-- | autostart/xss-lock.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart/xss-lock.desktop b/autostart/xss-lock.desktop index 1652af4..e85972a 100644 --- a/autostart/xss-lock.desktop +++ b/autostart/xss-lock.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=xss-lock Comment=X sceen locker manager -Exec=xss-lock --transfer-sleep-lock -- i3lock -c 000000 -f --nofork +Exec=sh -c "xset +dpms s 600; exec xss-lock --transfer-sleep-lock -- i3lock -c 000000 -f --nofork" Terminal=false Type=Application StartupNotify=false |