Reduce locking timeout, don't mute internal audio
Screen locking timeout is now 40s (30s until warning, 10 more seconds until lock
This commit is contained in:
parent
f6d6acd047
commit
4f34eb6222
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
xset s noblank
|
||||
xset s 90 10
|
||||
xset s 30 10
|
||||
|
||||
pactl set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo 1
|
||||
#pactl set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo 1
|
||||
pactl set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo 1
|
||||
|
||||
i3lock -e -t -i /home/kunsi/Pictures/laptop_unbenutzbar.png
|
||||
|
|
Loading…
Reference in a new issue