diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:44:31 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:44:31 -0700 |
commit | 7fc05b66216ac960e682a36c919ebcce0f3740b9 (patch) | |
tree | 4b9cb851cdcc5154b940d68d042d2f95363ea8e7 /.xinitrc | |
parent | 97ce09e6f6544f4a81842b8a70e5b44f6709709c (diff) | |
download | dotfiles-7fc05b66216ac960e682a36c919ebcce0f3740b9.tar.gz |
missed files
i'm dumb
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ then xrdb -override ~/.Xresources fi -if [ -s /tmp/urxvt-theme ] +if [ -s /tmp/x-theme ] then - xrdb -override /tmp/urxvt-theme + xrdb -override /tmp/x-theme fi #add compose key @@ -44,7 +44,7 @@ xset -dpms xset s off #daemons -compton -b --backend glx --vsync -CG +picom -b --backend glx --vsync -CG #this is an ugly hack which runs a dummy program #through bumblebee to get the fans on discrete |