aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41d22a8..555634e 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ crontab:
65 65
66# Swap Ctrl-Caps in X11 66# Swap Ctrl-Caps in X11
67libinput: 67libinput:
68 sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ 68 sudo ln -sf `pwd`/X11/libinput/* /etc/X11/xorg.conf.d/
69 69
70# Swap Ctrl-Caps in tty2~6 70# Swap Ctrl-Caps in tty2~6
71console: 71console:
@@ -104,7 +104,7 @@ alacritty:
104 ln -sf `pwd`/X11/alacritty ~/.config/alacritty 104 ln -sf `pwd`/X11/alacritty ~/.config/alacritty
105 105
106mpd: 106mpd:
107 ln -sf `pwd`/mpd/ncmpcpp ~/.config/ncmpcpp 107 ln -sf `pwd`/X11/mpd/ncmpcpp ~/.config/ncmpcpp
108 rm -rf ~/.ncmpcpp 108 rm -rf ~/.ncmpcpp
109 109
110snippets: 110snippets: