dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8d61c3a8cf334bcd3d2e420df8e18ae9c3b5b32f
parent 922a05666fe6a11e95a16e1e0dae404bcb76a8c2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 13 Sep 2018 14:18:44 +0200

Do not stop mpd on screen lock

Diffstat:
Mlinks/bin/xlock | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/xlock b/links/bin/xlock @@ -1,5 +1,5 @@ #!/bin/bash -mpc stop +#mpc stop img=/tmp/screenshot.png scrot $img convert $img -blur 0x5 $img