dwm was giving me some issues, and it just wasn't fun to use anymore. So I switched to bspwm, which should have basically everything I need.
15 lines
239 B
Bash
15 lines
239 B
Bash
#!/bin/sh
|
|
|
|
sh .xprofile;
|
|
dunst &
|
|
systemctl start --user emacs &
|
|
$(xss-lock --transfer-sleep-lock -- lock) &
|
|
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &
|
|
|
|
picom &
|
|
mpd &
|
|
sxhkd &
|
|
|
|
$HOME/.config/bspwm/bspwmrc &
|
|
polybar custom-bar &
|