diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-03 13:58:34 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-03 13:58:34 -0500 |
| commit | 6454c6941a909e4c382c8a3baf269424f1eef105 (patch) | |
| tree | eae4a6b0b3b142acd66f1f2f9aef52c4ad2a8ca3 | |
| parent | 2435cdd53f06a9011868e36e182b0ab7caf0e9c0 (diff) | |
| download | eibhear-6454c6941a909e4c382c8a3baf269424f1eef105.tar.gz eibhear-6454c6941a909e4c382c8a3baf269424f1eef105.tar.zst eibhear-6454c6941a909e4c382c8a3baf269424f1eef105.zip | |
lockscript removed
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rwxr-xr-x | .scripts/i3cmds/lockscreen | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/.config/i3/config b/.config/i3/config index d9bcefc..7b4bcf3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -192,7 +192,7 @@ bindsym $mod+Shift+l move right 30 bindsym $mod+z gaps outer current plus 5 bindsym $mod+Shift+z gaps outer current minus 5 -bindsym $mod+x exec --no-startup-id lockscreen +bindsym $mod+x exec --no-startup-id mpc pause; exec --no-startup-id pauseallmpv ; exec --no-startup-id i3lock -e -f -c 1d2021 bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" bindsym $mod+c exec --no-startup-id freealf diff --git a/.scripts/i3cmds/lockscreen b/.scripts/i3cmds/lockscreen deleted file mode 100755 index 456857f..0000000 --- a/.scripts/i3cmds/lockscreen +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Pause mpd and send the pause key to all mpv videos: -mpc pause >/dev/null 2>&1 -pauseallmpv >/dev/null 2>&1 - -i3lock -e -f -c 1d2021 - -# In five seconds, turn off display unless key press in last 4 seconds. -sleep 5 && [ 4000 -lt "$(xssstate -i)" ] && pgrep -x i3lock && xset dpms force off |
