Move gtk2 config into ~/.config

This commit is contained in:
2024-04-14 02:24:41 +02:00
parent 9e5f1c95fe
commit 05b41da541
2 changed files with 4 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ dotfiles:
to: .config/gtk-3.0-overrides/bigger-font/gtk-3.0/settings.ini
template: true
- from: gtk/gtkrc-2.0
to: .gtkrc-2.0
to: .config/gtkrc-2.0
template: true
- from: qt/qt5ct.conf
to: .config/qt5ct/qt5ct.conf
@@ -94,3 +94,4 @@ dotfiles_remove:
- .vimrc
- .tmux.conf
- .i3
- .gtkrc-2.0

View File

@@ -43,6 +43,8 @@ export GNUPGHOME="$HOME/.gnupg"
export PASSWORD_STORE_DIR="$HOME/.password-store"
export GTK2_RC_FILES=${XDG_CONFIG_HOME}/gtkrc-2.0
umask 0022
{% set env = machine.environment | combine(user.environment) %}