commit 43f35de064fc5d9adaae62d57cab53b5c4e7a2f5 parent 73f993e58b6fdb2bbaaeca0e374910047b91d6bf Author: Markus Hanetzok <markus@hanetzok.net> Date: Mon, 27 Oct 2025 01:52:35 +0100 make use of autostart patch in dwm Diffstat:
| M | .config/x11/xinitrc | | | 6 | +----- |
| A | .local/share/dwm/autostart.sh | | | 0 | |
| A | .local/share/dwm/autostart_blocking.sh | | | 5 | +++++ |
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc @@ -1,9 +1,5 @@ +xrdb /home/markus/.config/x11/Xresources & setxkbmap eu & setwallpaper & -dunst & -mpd & -unclutter & -xcompmgr & -refresh-xrdb & statusbar & exec dwm diff --git a/.local/share/dwm/autostart.sh b/.local/share/dwm/autostart.sh diff --git a/.local/share/dwm/autostart_blocking.sh b/.local/share/dwm/autostart_blocking.sh @@ -0,0 +1,5 @@ +dunst & +mpd & +unclutter & +picom & +sxhkd