diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
| commit | 71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch) | |
| tree | dd7c3921d249151dc3179f015153b9f9833d9d73 /Makefile | |
| parent | c7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff) | |
Update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -65,7 +65,7 @@ crontab: | |||
| 65 | 65 | ||
| 66 | # Swap Ctrl-Caps in X11 | 66 | # Swap Ctrl-Caps in X11 |
| 67 | libinput: | 67 | libinput: |
| 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 |
| 71 | console: | 71 | console: |
| @@ -104,7 +104,7 @@ alacritty: | |||
| 104 | ln -sf `pwd`/X11/alacritty ~/.config/alacritty | 104 | ln -sf `pwd`/X11/alacritty ~/.config/alacritty |
| 105 | 105 | ||
| 106 | mpd: | 106 | mpd: |
| 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 | ||
| 110 | snippets: | 110 | snippets: |