diff options
Diffstat (limited to '')
-rw-r--r-- | .gtkrc-2.0 | 7 | ||||
-rw-r--r-- | .zshenv | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 new file mode 100644 index 0000000..6329a84 --- /dev/null +++ b/.gtkrc-2.0 @@ -0,0 +1,7 @@ +gtk-theme-name = "Xfce-4.0" +# include rc style for the xfce4-notes-plugin + +include "/home/necoro/.config/xfce4/panel/xfce4-notes-plugin.gtkrc" + +# end of automatic change + @@ -10,3 +10,4 @@ autoload ${fpath[1]}/*(:t) # exports export ECHANGELOG_USER="René Neumann (Necoro) <gentoo@necoro.eu>" export EDITOR=vim +export GTK2_RC_FILES="/home/necoro/.gtkrc-2.0" |