dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d39460b18f01e76e72c8357767204b4f00404619
parent f50dfe0a7c33877d086b1658cf59e6a02bc2fe00
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 25 Sep 2020 08:00:03 +0200

change to adwaita cursor

Diffstat:
M.xprofile-hidpi | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.xprofile-hidpi b/.xprofile-hidpi @@ -1,7 +1,8 @@ #!/bin/sh export GDK_SCALE=1.5 export QT_SCALE_FACTOR=1.5 -export XCURSOR_SIZE=36 -# pkg: xcursor-themes -export XCURSOR_PATH=/usr/local/lib/X11/icons -export XCURSOR_THEME=whiteglass + +# pkg: adwaita-icon-theme +export XCURSOR_PATH=/usr/local/share/icons +export XCURSOR_THEME=Adwaita +export XCURSOR_SIZE=48