25 lines
592 B
INI
25 lines
592 B
INI
# SCRIPT NAME:
|
|
# .config/gtk-3.0/settings.ini
|
|
#
|
|
# AUTHOR:
|
|
# Severin Kaderli <severin.kaderli@gmail.com>
|
|
#
|
|
# DESCRIPTION:
|
|
# This file contains my GTK 3.0 configuration
|
|
#
|
|
# USAGE:
|
|
# This file is automatically used by GTK.
|
|
[Settings]
|
|
gtk-theme-name=Adapta-Nokto
|
|
gtk-icon-theme-name=Paper-Mono-Dark
|
|
gtk-font-name=Roboto 11
|
|
gtk-cursor-theme-size=0
|
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
gtk-button-images=1
|
|
gtk-menu-images=1
|
|
gtk-enable-event-sounds=1
|
|
gtk-enable-input-feedback-sounds=1
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle=hintfull
|