aboutsummaryrefslogtreecommitdiff
path: root/dwm-browser
blob: 582ff20ef17495d10bf7c8f4cf5bf349a5c83a6b (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
# This is the browser that is launched by dwm
librewolf &

exit 0