From c09cada5e20b9c15984f467f626f5f1598be56fc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 29 Jul 2022 04:34:13 -0400 Subject: [PATCH] archlinux: Remove gnome config This is no longer needed since I plan to focus fully on bspwm instead. Note that I may still use GNOME on multi-monitor setups and other devices where having the convenience of bspwm and sxhkd isn't necessary. --- .archlinux/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.archlinux/Makefile b/.archlinux/Makefile index e530f60b..bc41d07c 100644 --- a/.archlinux/Makefile +++ b/.archlinux/Makefile @@ -39,13 +39,6 @@ rust: @rustup install stable @rustup default stable -.PHONY: gnome -gnome: - @../gnome/.config/gnome/extensions.sh - @../gnome/.config/gnome/antialiasing.sh - @../gnome/.config/gnome/arc-dark-gtk-theme.sh - @../gnome/.config/gnome/breeze-cursor-theme.sh - .PHONY: clean clean: @rm -fv PKGBUILDs/**/*.pkg.tar.xz