Add ignore patterns file TODO
[khome.git] / home / .xlaunch.d / 99-dmesg-notifier-warn
index f5409c2..dc1005a 100755 (executable)
@@ -7,6 +7,7 @@ FILE="$DIR/warning.log"
 
 mkdir -p "$DIR"
 sleep 3 # wait for dunst to hopefully restart
+# TODO File with ignore patterns
 sudo dmesg --follow --level=warn --since=now --ctime \
 | while read -r line
     do
This page took 0.019316 seconds and 4 git commands to generate.