diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-26 14:28:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-26 14:28:22 +0200 |
commit | 7a0b602f284da36ba0e51a6a171e221b0cf63fd8 (patch) | |
tree | 688b1068b6394da743b367d65b6451dbaf9f415b /xorg-server/Makefile | |
parent | Add xmonad-autofocus-output (diff) | |
download | dotfiles-7a0b602f284da36ba0e51a6a171e221b0cf63fd8.tar.gz dotfiles-7a0b602f284da36ba0e51a6a171e221b0cf63fd8.tar.bz2 dotfiles-7a0b602f284da36ba0e51a6a171e221b0cf63fd8.tar.xz |
Add setkeys and setres
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-server/Makefile')
-rw-r--r-- | xorg-server/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/Makefile b/xorg-server/Makefile index 81bc9d8..29edef7 100644 --- a/xorg-server/Makefile +++ b/xorg-server/Makefile @@ -12,9 +12,15 @@ install: if test ! -L ~/.config/background && test ! -e ~/.config/background; then \ ln -s backgrounds/default ~/.config/background; \ fi + $(CHECK_INSTALLED) asroot + $(CHECK_INSTALLED) xorg-setxkbmap + $(CHECK_INSTALLED) xorg-xmodmap + mkdir -p -- ~/.local/bin + ln -sf -- ~/.dotfiles/xorg-server/setkeys ~/.local/bin/ uninstall: -unlink -- ~/.config/backgrounds -unlink -- ~/.config/background + -unlink -- ~/.local/bin/setkeys .PHONY: install uninstall |