mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nixos/xscreensaver: trace event in xscreensaver handler
This commit is contained in:
parent
9d415d597d
commit
ab5e9e8abf
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ in {
|
||||||
cfg.hooks;
|
cfg.hooks;
|
||||||
in ''
|
in ''
|
||||||
xscreensaver-command -watch | while read event rest; do
|
xscreensaver-command -watch | while read event rest; do
|
||||||
|
echo "The handler script got \"$event\""
|
||||||
case $event in
|
case $event in
|
||||||
${handlers}
|
${handlers}
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue