Switched to i3/dunst/rofi over xfce4 * Custom Repo overhaul * build-wk downloads, builds, and adds packages to the custom-repo * Dropped i686 support * HW-Diag scripts should now "support" virtual drives * e.g. /dev/vda (for easier testing) * Bugfix: removed resolv.conf symlink to fix NetworkManager
10 lines
153 B
Bash
10 lines
153 B
Bash
#!/bin/sh
|
|
|
|
xrdb -merge $HOME/.Xresources
|
|
compton &
|
|
sleep 1s
|
|
conky -d
|
|
$HOME/.network_start &
|
|
$HOME/.urxvt_default_res &
|
|
$HOME/.update_wallpaper &
|
|
exec i3
|