Revert: I've found a way to keep dunst and notify about yubikey in the statusbar.
This commit is contained in:
parent
ee352e389e
commit
11bfdb58a1
2 changed files with 9 additions and 0 deletions
3
_desktop/_scripts/yubikey-detector-helper
Executable file
3
_desktop/_scripts/yubikey-detector-helper
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
yubikey-touch-detector --stdout 2>/dev/null| while read cmd; do echo $cmd > $XDG_CACHE_HOME/yubikey.status; done
|
Loading…
Add table
Add a link
Reference in a new issue