From 9cd7bd6f86c132fa14d229b166cd76983c8a99f2 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 3 Nov 2021 16:46:42 -0600 Subject: Killed Dependency on Cairo. Vastly improved layout experience. --- extras/HOME/.xmonad/startup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extras') 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 -- cgit