- #!/bin/sh
- # this is just an example!
- # add your autostart stuffs here
- xbacklight -set 5 &
- xmodmap ~/.xmodmap-sid &
- picom &
- xrdb merge ~/.Xresources &
- feh --bg-fill ~/Pictures/wall/gruvchad.png &
- # run bar script and dwm ( do not remove this )
- bash ~/.config/chadwm/scripts/./bar.sh &
- dwm
|