11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
|
#!/bin/sh
|
||
|
$MY_THEMES_DIR/select-theme "$(<$MY_THEMES_DIR/current-theme)"
|
||
|
|
||
|
# Assemble configurations
|
||
|
$MY_CONFIG_DIR/termite/assemble-termite-config
|
||
|
$MY_CONFIG_DIR/dunst/assemble-dunst-config
|
||
|
|
||
|
# Application specific reloadings
|
||
|
killall -USR1 termite
|
||
|
xrdb ~/.config/X11/Xresources
|