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