12 lines
273 B
Bash
Executable file
12 lines
273 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
resrc
|
|
source "$EDFP/workdock" --just-vars
|
|
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
|
autorandr --change
|
|
"${DOTFILES_PATH}/apps/de/bspwm/bspwmrc"
|
|
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
|
|
restartbar
|
|
"${HOME}/.fehbg"
|
|
source "$EDFP/workdock"
|