14 lines
226 B
Bash
Executable file
14 lines
226 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
source "$DOTFILES_PATH/variables.bash"
|
|
|
|
source "$DOTFILES_PATH/env/wm/bspwm_config"
|
|
source "$DOTFILES_PATH/scripts/get_color.sh"
|
|
source "$DOTFILES_PATH/scripts/get_x_fonts.sh"
|
|
|
|
bspc wm -o
|
|
|
|
urxvtd &
|
|
sxhkd &
|
|
|