diff options
-rw-r--r-- | X11/xresources | 2 | ||||
-rw-r--r-- | environment.d/cursor.conf | 2 | ||||
-rw-r--r-- | gtk-3.0/settings.ini | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/X11/xresources b/X11/xresources index 762a674..13799fc 100644 --- a/X11/xresources +++ b/X11/xresources @@ -494,4 +494,4 @@ dmenu.selhiforeground: #198844 *.color7: #b4b7b5 *.color15: #ffffff Xcursor.theme: BreezeX-Black -Xcursor.size: 24 +Xcursor.size: 32 diff --git a/environment.d/cursor.conf b/environment.d/cursor.conf index 5638210..9b9ef2b 100644 --- a/environment.d/cursor.conf +++ b/environment.d/cursor.conf @@ -1,2 +1,2 @@ XCURSOR_THEME=BreezeX-Black -XCURSOR_SIZE=24 +XCURSOR_SIZE=32 diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index dd10b54..28ef3a0 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -3,7 +3,7 @@ gtk-theme-name=Flat-Remix-GTK-Green-Darkest-Solid gtk-icon-theme-name=Cosmic gtk-font-name=Cantarell 11 gtk-cursor-theme-name=BreezeX-Black -gtk-cursor-theme-size=24 +gtk-cursor-theme-size=32 gtk-toolbar-style=3 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 |