diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 17:17:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2022-10-03 17:17:14 +0800 |
commit | 39ca5ff64c88d21ec4423ffa1f591f398814d698 (patch) | |
tree | e0d5a16e83774e10e8fa8f81cddf3151516ab767 /Makefile | |
parent | 596f8bf16ef20d04fb669f9db0cb5a69a3a4148e (diff) |
Change paths
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,10 +76,10 @@ blog: | |||
76 | fi | 76 | fi |
77 | 77 | ||
78 | theme: | 78 | theme: |
79 | ln -sf `pwd`/misc/themes ~/.themes | 79 | ln -sf `pwd`/X11/themes ~/.themes |
80 | 80 | ||
81 | openbox: theme | 81 | openbox: theme |
82 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ | 82 | ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ |
83 | 83 | ||
84 | archcraft: | 84 | archcraft: |
85 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot | 85 | ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot |