Move more configurations to .config
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
e2594c49f6
commit
e0e3ad0135
5 changed files with 15 additions and 8 deletions
26
system/.config/gtk-2.0/gtkrc.mine
Normal file
26
system/.config/gtk-2.0/gtkrc.mine
Normal file
|
@ -0,0 +1,26 @@
|
|||
# SCRIPT NAME:
|
||||
# .gtkrc-2.0.mine
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin.kaderli@gmail.com>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This file contains my GTK 2.0 configuration.
|
||||
#
|
||||
# USAGE:
|
||||
# This file is automatically used by GTK.
|
||||
|
||||
gtk-theme-name="Adapta-Nokto"
|
||||
gtk-icon-theme-name="Paper-Mono-Dark"
|
||||
gtk-font-name="Noto Sans 11"
|
||||
gtk-cursor-theme-name="Paper"
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue