From 638cc1dc8fd4ded30f7d7448f2d30e5ca9fc8107 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 10 Aug 2024 12:47:47 +0200 Subject: Use native xorg --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86db4d6..be0d723 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,8 @@ install-ssh-env: mkdir -p ~/.ssh cp base/ssh_environment ~/.ssh/environment -install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-ssh-env install-loadout +install-xorg-conf: + sudo mkdir -p /etc/X11/xorg.conf.d/ + sudo cp awesome/xorg.conf /etc/X11/xorg.conf.d/99-loadout.conf + +install: setup-pulseaudio install-rm-keyfile install-fonts install-tmpfiles install-ssh-env install-xorg-conf install-loadout -- cgit v1.2.3