From 1052d8ea36f8195d7460dbc7fa857df724e5ca2e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Dec 2018 14:23:09 -0500 Subject: [PATCH] gtk: Remove cursor theme size The cursor theme size is set based on the X cursor size, which itself is based on the X DPI. Note that (as far as I know) there is no easy way to change the X cursor size without restarting the X session with the new DPI. --- gtk/.config/gtk-3.0/settings.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 6f06497b..2e606acc 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -1,6 +1,5 @@ [Settings] gtk-cursor-theme-name=breeze_cursors -gtk-cursor-theme-size=36 gtk-font-name=Cantarell 11 gtk-icon-theme-name=Papirus-Dark gtk-theme-name=Arc-Dark-solid