Move gtk2 config into ~/.config
This commit is contained in:
@@ -79,7 +79,7 @@ dotfiles:
|
|||||||
to: .config/gtk-3.0-overrides/bigger-font/gtk-3.0/settings.ini
|
to: .config/gtk-3.0-overrides/bigger-font/gtk-3.0/settings.ini
|
||||||
template: true
|
template: true
|
||||||
- from: gtk/gtkrc-2.0
|
- from: gtk/gtkrc-2.0
|
||||||
to: .gtkrc-2.0
|
to: .config/gtkrc-2.0
|
||||||
template: true
|
template: true
|
||||||
- from: qt/qt5ct.conf
|
- from: qt/qt5ct.conf
|
||||||
to: .config/qt5ct/qt5ct.conf
|
to: .config/qt5ct/qt5ct.conf
|
||||||
@@ -94,3 +94,4 @@ dotfiles_remove:
|
|||||||
- .vimrc
|
- .vimrc
|
||||||
- .tmux.conf
|
- .tmux.conf
|
||||||
- .i3
|
- .i3
|
||||||
|
- .gtkrc-2.0
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ export GNUPGHOME="$HOME/.gnupg"
|
|||||||
|
|
||||||
export PASSWORD_STORE_DIR="$HOME/.password-store"
|
export PASSWORD_STORE_DIR="$HOME/.password-store"
|
||||||
|
|
||||||
|
export GTK2_RC_FILES=${XDG_CONFIG_HOME}/gtkrc-2.0
|
||||||
|
|
||||||
umask 0022
|
umask 0022
|
||||||
|
|
||||||
{% set env = machine.environment | combine(user.environment) %}
|
{% set env = machine.environment | combine(user.environment) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user