diff options
Diffstat (limited to 'extras')
| -rwxr-xr-x | extras/HOME/.xmonad/startup | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extras/HOME/.xmonad/startup b/extras/HOME/.xmonad/startup index 25df7d1..59621af 100755 --- a/extras/HOME/.xmonad/startup +++ b/extras/HOME/.xmonad/startup @@ -4,6 +4,10 @@ common() { # Startup commands common to all the hosts. xsetroot -cursor_name left_ptr xset r rate 200 60 + + xrdb "$HOME/.Xresources" + + rm -rf "$HOME/.xmonad/icons/cache/" } hostname_rahm1() { @@ -31,7 +35,6 @@ hostname_photon() { common -xrdb "$HOME/.Xresources" hostname_fn="hostname_$(cat /etc/hostname)" if [[ "$(type -t "$hostname_fn")" == function ]] ; then |