diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-06-17 17:50:45 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-06-17 17:50:45 -0400 |
| commit | 930765334f1b7bc8bf743c5df8054676883120ce (patch) | |
| tree | 8b7e9dc52c5f0fc118980d3c6cc94e3f343718dd /.config | |
| parent | 46670efebad4e8afe8a27dba4b23176bbfeef2d9 (diff) | |
| download | eibhear-930765334f1b7bc8bf743c5df8054676883120ce.tar.gz eibhear-930765334f1b7bc8bf743c5df8054676883120ce.tar.zst eibhear-930765334f1b7bc8bf743c5df8054676883120ce.zip | |
ifinstalled slock note
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index aad87d0..54b34a1 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -53,7 +53,7 @@ super + shift + BackSpace super + shift + Escape prompt 'Leave Xorg?' 'killall Xorg' super + x - mpc pause; pauseallmpv; i3lock -e -f -c 1d2021; xset dpms force off + ifinstalled slock && ( slock & xset dpms force off ; mpc pause ; pauseallmpv ) XF86Launch1 xset dpms force off XF86TouchpadToggle |
