diff options
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 |