aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-08 20:54:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-08 20:54:11 +1200
commit13289d07544e9979135a668587fe0a3da372eade (patch)
tree9d832c3dc1e9fcd6d7427bb2141af977ac3875e3 /Makefile
parentMerge branch 'release/v12.18.0' into develop (diff)
downloaddotfiles-13289d07544e9979135a668587fe0a3da372eade.tar.gz
dotfiles-13289d07544e9979135a668587fe0a3da372eade.zip
Don't maintain GTK settings anymore
This was only a theme selection anyway, and it's not aging too well. Let's just use Adwaita or whatever it wants for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 1ad61a21..4cea49d8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@
install-games-man \
install-git \
install-gnupg \
- install-gtk \
install-i3 \
install-ksh \
install-less \
@@ -454,11 +453,6 @@ install-git: git/config $(GIT_TEMPLATE_HOOKS)
install-gnupg: gnupg/profile.d/gnupg.sh install-sh
cp -p -- gnupg/profile.d/*.sh $(HOME)/.profile.d
-install-gtk:
- mkdir -p -- $(XDG_CONFIG_HOME)/gtk-3.0
- cp -p -- gtk/gtkrc-2.0 $(HOME)/.gtkrc-2.0
- cp -p -- gtk/gtk-3.0/settings.ini $(XDG_CONFIG_HOME)/gtk-3.0
-
install-i3: install-x
mkdir -p -- $(XDG_CONFIG_HOME)/i3
cp -p -- i3/* $(XDG_CONFIG_HOME)/i3