dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 329b50d252acb848c22efa58fd7bf41d7e9455f3
parent 79af798e5b152632267ab54353220ec84aa996e0
Author: Ethan Long <ethan@OpenBSD-X220.lan>
Date:   Mon, 30 Dec 2024 00:16:51 +1100

Removed the unsightly autostart crap

Diffstat:
Mconfig.h.OBSD | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/config.h.OBSD b/config.h.OBSD @@ -41,20 +41,6 @@ static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; /* logging */ static int log_level = WLR_ERROR; -/* Autostart */ -static const char *const autostart[] = { - //"wbg", "/path/to/your/image", NULL, - //"pipewire", NULL, - //"pipewire-pulse", NULL, - //"wireplumber", NULL, - //"swww-daemon", NULL, - //"swww_default_bg", NULL, - "swaybg", "-m", "fill", "-i", - "/home/ethan/Wallpapers/Catppuccin/Cute Sunrise Anime Girl Smoking.png", NULL, - "foot", "-s", NULL, - NULL /* terminate */ -}; - /* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */ static const Rule rules[] = {