From bb5b168ca55a8e602f2f860dbf6130b717d1fed7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Dec 2018 15:14:36 -0500 Subject: [PATCH] archlinux: Add make gnome target Here are some good default GNOME settings for when you want to boot into the gnome shell instead of bspwm. --- .archlinux/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.archlinux/Makefile b/.archlinux/Makefile index b64418b..f564537 100644 --- a/.archlinux/Makefile +++ b/.archlinux/Makefile @@ -41,6 +41,13 @@ 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