add .bin and .screenlayout

This commit is contained in:
Franzi 2018-12-21 17:38:50 +01:00
parent 03e1d4cd1d
commit 902a9187e5
10 changed files with 106 additions and 0 deletions

20
.bin/screenlock.sh Executable file
View file

@ -0,0 +1,20 @@
#!/bin/bash
xset s noblank
xset s 90 10
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
#i3lock -e -t -i /home/kunsi/Pictures/lockscreen-lenowo.png
slock
#MOVIE="/home/kunsi/Movies/pause-langsamer.mp4"
#
#ffplay -fs -loop 0 $MOVIE &
#PID=$(ps u | grep ffplay | grep $MOVIE | awk '{print $2}')
#
#alock -bg none && kill $PID