diff options
author | katherine <shmibs@shmibbles.me> | 2016-02-06 16:29:12 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-02-06 16:29:12 -0700 |
commit | 699e1904bbf22a40fdba34f53472ca773d7041fb (patch) | |
tree | ae6b78e9898b7d58230ff8d1b6f793bc55d30edf /.xinitrc | |
parent | 3d59966f4c5d9dfb7c0c40f278a412b0ec22fbd3 (diff) | |
download | dotfiles-699e1904bbf22a40fdba34f53472ca773d7041fb.tar.gz |
unify theming
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#initialise configs to auto-match themes +#initialise configs to auto-match theme ~/.config/init/init.sh #merge Xresources @@ -51,7 +51,7 @@ compton -b --backend glx --vsync opengl #this is an ugly hack which runs a dummy program #through bumblebee to get the fans on discrete #nvidia graphics cards to shut up -command -v optirun && $(echo "" | optirun bar) +command -v optirun && $(echo "" | optirun lemonbar) xsetroot -cursor_name left_ptr nitrogen --restore |