diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-08-10 12:47:47 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-08-10 12:47:47 +0200 |
commit | 638cc1dc8fd4ded30f7d7448f2d30e5ca9fc8107 (patch) | |
tree | 73447dadca6d41403fd6dfe55f8b7db8d5df8447 /Makefile | |
parent | 3cd88091572767ad159e48b7a806b9d5a5de2945 (diff) |
Use native xorg
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |