diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-03 16:46:42 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:45 -0600 |
| commit | 9cd7bd6f86c132fa14d229b166cd76983c8a99f2 (patch) | |
| tree | b694efac735e6cc94955d12d8ca6445e55a0b870 /extras/HOME | |
| parent | 1cd276eb335b69aeab0abec4a1c31728563bfdf7 (diff) | |
| download | rde-9cd7bd6f86c132fa14d229b166cd76983c8a99f2.tar.gz rde-9cd7bd6f86c132fa14d229b166cd76983c8a99f2.tar.bz2 rde-9cd7bd6f86c132fa14d229b166cd76983c8a99f2.zip | |
Killed Dependency on Cairo. Vastly improved layout experience.
Diffstat (limited to 'extras/HOME')
| -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 |