aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-07 11:32:27 +0800
commit71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch)
treedd7c3921d249151dc3179f015153b9f9833d9d73 /Makefile
parentc7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff)
Update
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: