diff options
author | Alan Pearce | 2017-09-10 14:49:37 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-10 14:49:37 +0200 |
commit | f2a8d3bfc315fc2cdc62db92f53a807083f98a54 (patch) | |
tree | 57a389b309a0f24f340d27ef32f0fe8fcc437e80 /xresources | |
parent | 2b735a460a3f8334de5cac878fd2b0a390c2f0f2 (diff) | |
download | dotfiles-f2a8d3bfc315fc2cdc62db92f53a807083f98a54.tar.lz dotfiles-f2a8d3bfc315fc2cdc62db92f53a807083f98a54.tar.zst dotfiles-f2a8d3bfc315fc2cdc62db92f53a807083f98a54.zip |
xresources: Set cursor theme to Vanilla-DMZ
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.icons/default/index.theme | 5 | ||||
-rw-r--r-- | xresources/.xresources/main | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/xresources/.icons/default/index.theme b/xresources/.icons/default/index.theme new file mode 100644 index 0000000..6652f01 --- /dev/null +++ b/xresources/.icons/default/index.theme @@ -0,0 +1,5 @@ +# This file is written by LXAppearance. Do not edit. +[Icon Theme] +Name=Default +Comment=Default Cursor Theme +Inherits=Vanilla-DMZ diff --git a/xresources/.xresources/main b/xresources/.xresources/main index f89da07..54c3530 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -1,6 +1,6 @@ #include "base16-mexico-light-256" -Xcursor.theme: Neutral +Xcursor.theme: Vanilla-DMZ Xcursor.size: 22 Emacs.ToolBar: off |