diff options
author | Amin Bandali <me@aminb.org> | 2015-02-28 16:30:20 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-28 16:30:20 -0500 |
commit | 6a51aabafd14ce7f1aa916826a06cbe1dec6956a (patch) | |
tree | 9fec8a637d2fc8ef7295614768c1ec1d46e779f2 /x/.xprofile | |
parent | 73cd9ce5c908965080b7fd0e7197e8739e8df3f8 (diff) | |
download | configs-6a51aabafd14ce7f1aa916826a06cbe1dec6956a.tar.gz configs-6a51aabafd14ce7f1aa916826a06cbe1dec6956a.tar.xz configs-6a51aabafd14ce7f1aa916826a06cbe1dec6956a.zip |
use separate xresources file for theme/colors
Diffstat (limited to '')
-rwxr-xr-x | x/.xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x/.xprofile b/x/.xprofile index e4734db..8342420 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -15,6 +15,7 @@ fi export _JAVA_AWT_WM_NONREPARENTING=1 xrdb -merge ~/.Xresources +xrdb -merge ~/.base16-tomorrow.dark.256.xresources # set the cursor icon xsetroot -cursor_name left_ptr & |