From f6497549731dfbf3b33e6415ecf7637e631b9ba6 Mon Sep 17 00:00:00 2001 From: Marco Thomas <39596050+CramMK@users.noreply.github.com> Date: Wed, 1 Sep 2021 16:13:57 +0200 Subject: [PATCH] Move xrdb to ~/.profile --- files/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/.profile b/files/.profile index 14f136d..eacc09a 100755 --- a/files/.profile +++ b/files/.profile @@ -1,5 +1,8 @@ # executed on login +# set xresources +xrdb -merge $HOME/.Xresources + # path export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin