aboutsummaryrefslogtreecommitdiff
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