diff options
| author | 2016-03-14 12:22:00 +0100 | |
|---|---|---|
| committer | 2016-03-14 12:22:00 +0100 | |
| commit | 062e2990715411af33909683b11140578c46c84d (patch) | |
| tree | b8ca903fb32349c25ab2eeb0c57daa40d0b7c8b3 | |
| parent | 1eb2864451605aa715394bb8696d6a77c9227c2c (diff) | |
| download | dotfiles-062e2990715411af33909683b11140578c46c84d.tar.gz dotfiles-062e2990715411af33909683b11140578c46c84d.zip | |
Change Xcursor theme
| -rw-r--r-- | x11/.Xdefaults | 1 | ||||
| -rw-r--r-- | x11/.config/Xresources/Xcursor.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/.Xdefaults b/x11/.Xdefaults index 30fa528..1910996 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -65,3 +65,4 @@ static void print_sample_message(XWindow *win) {\n\ } #include ".config/Xresources/Rofi.conf" +#include ".config/Xresources/Xcursor.conf" diff --git a/x11/.config/Xresources/Xcursor.conf b/x11/.config/Xresources/Xcursor.conf new file mode 100644 index 0000000..9934ef1 --- /dev/null +++ b/x11/.config/Xresources/Xcursor.conf @@ -0,0 +1,2 @@ +! Use the pixelfun3 Xcursor theme. +Xcursor.theme: pixelfun3 |
