diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-03 16:46:42 -0600 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-03 16:46:42 -0600 |
| commit | f890f6d10158af006dda0be806813d4779cd1e89 (patch) | |
| tree | b694efac735e6cc94955d12d8ca6445e55a0b870 /extras | |
| parent | e4d9cc1c22ba36516d24902c7f0de52b1009570b (diff) | |
| download | rde-f890f6d10158af006dda0be806813d4779cd1e89.tar.gz rde-f890f6d10158af006dda0be806813d4779cd1e89.tar.bz2 rde-f890f6d10158af006dda0be806813d4779cd1e89.zip | |
Killed Dependency on Cairo. Vastly improved layout experience.
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 |