summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Picciano <me@mediocregopher.com>2024-08-10 12:47:47 +0200
committerBrian Picciano <me@mediocregopher.com>2024-08-10 12:47:47 +0200
commit638cc1dc8fd4ded30f7d7448f2d30e5ca9fc8107 (patch)
tree73447dadca6d41403fd6dfe55f8b7db8d5df8447 /Makefile
parent3cd88091572767ad159e48b7a806b9d5a5de2945 (diff)
Use native xorg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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