lockscript removed
This commit is contained in:
parent
2435cdd53f
commit
6454c6941a
2 changed files with 1 additions and 10 deletions
|
@ -192,7 +192,7 @@ bindsym $mod+Shift+l move right 30
|
||||||
bindsym $mod+z gaps outer current plus 5
|
bindsym $mod+z gaps outer current plus 5
|
||||||
bindsym $mod+Shift+z gaps outer current minus 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+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown"
|
||||||
|
|
||||||
bindsym $mod+c exec --no-startup-id freealf
|
bindsym $mod+c exec --no-startup-id freealf
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue