12 lines
252 B
Bash
12 lines
252 B
Bash
#!/usr/bin/env bash
|
|
|
|
feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper"
|
|
|
|
"$HOME/.config/polybar/launch.sh" &
|
|
"$HOME/.config/bspwm/focus-voip.py" &
|
|
|
|
numlockx on
|
|
xsetroot -cursor_name left_ptr
|
|
xrdb "$HOME/.Xresources"
|
|
|
|
_autostart_run_graphical
|