summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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