index
:
dotfiles
master
My Dotfiles
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
start_dwl
blob: 818252e13de264fee14ed5ebdb9e10902a726be6 (
plain
)
1
2
3
4
5
#!/bin/sh
while
(
true
)
;
do
dwl
-s
autostart_dwl
2
>
~/.cache/dwl_log
done