]> oss.titaniummirror.com Git - smckown/dotfiles.git/commit
Add .Xidle
authorR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:23:21 +0000 (18:23 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sat, 26 Mar 2016 00:36:21 +0000 (18:36 -0600)
commit4b42b2bbfaebe7e2b76ee9cd95f924ef42456378
tree77de09549d3a54844fd2716925b4abae186f1d3d
parent86a6f4bd34058eea916904981cc8b3bef50f08c6
Add .Xidle

.Xidle is a script that will be called by xss-lock when started in
~/.dwmrc if it is present.  If this script is not present, xss-lock will
call i3lock directly.  If this script is present, it can do other stuff
before locking, and then more stuff after unlocking has completed.
Being used to suspend dunst messages and set XMPP status in mcabber.

i3lock execution has been changed to not use DPMS but instead a black
screen.  Hopefully this will solve some confusions where monitors that
are slow to sync don't provide enough feedback about what is going on.
Xidle [new file with mode: 0755]
dwmrc
install.sh