userscripts/dwm-init
Zynh Ludwig 9611b19c39 adding dwm stuff
I need to sort out all the services here, and do them in nix instead
2024-05-30 23:09:00 -07:00

20 lines
416 B
Bash

#!/bin/sh
export GTK_THEME=rose-pine-gtk
xset r rate 200 50 &
export LIBVA_DRIVER_NAME=vdpau
/home/zynh/.user/scripts/fehbg &
/home/zynh/.screenlayout/main.sh &
/home/zynh/.user/scripts/xroot-datetime &
dunst &
syncthing --no-browser &
unclutter &
numlockx &
playerctld daemon
xbindkeys
picom --no-fading-openclose -b # -b makes picom fork to a daemon, making the & unneeded
xrdb /home/zynh/.Xresources
exec dwm