aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-10-08 13:39:24 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-10-08 13:39:24 +0800
commit78b45d065a3d2560b21d23b0d22fae9f37437f6b (patch)
treeacc65fbb4b12bf41af81b66bdd77fc9b111c3d0e /Makefile
parent34aebf8dd4758de1783f47b050f49f2a36514270 (diff)
Add rofi config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9ff0b2..d4fd9aa 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,9 @@ theme:
81openbox: theme 81openbox: theme
82 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ 82 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/
83 83
84rofi:
85 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi
86
84archcraft: 87archcraft:
85 ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot 88 ls -sf `pwd`/tools/desktop/takeshot /usr/local/bin/takeshot
86 89