aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-04 11:29:28 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-04 11:29:28 +0800
commitb23411cd9289a88ea2047da00f6c4f2ed6485c83 (patch)
tree3b171af5cf58aa84f557ee6ccef6d01ed46163e7
parentc4dd1a64ca58a068979af4ff67107664cbfebd55 (diff)
Update
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa9cfff..1acf37f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,6 @@ console:
73 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf 73 sudo ln -sf `pwd`/misc/vconsole.conf /etc/vconsole.conf
74 sudo systemctl restart systemd-vconsole-setup.service 74 sudo systemctl restart systemd-vconsole-setup.service
75 75
76
77task: 76task:
78 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc 77 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
79 if [ ! -d "$(HOME)/.task/.git" ]; then 78 if [ ! -d "$(HOME)/.task/.git" ]; then
@@ -91,6 +90,12 @@ theme:
91 90
92openbox: theme 91openbox: theme
93 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/ 92 ln -sf `pwd`/X11/openbox/rc.xml ~/.config/openbox/
93 cat <<EOF >~/.xprofile
94 export XMODIFIERS=@im=fcitx
95 export QT_IM_MODULE=fcitx
96 export GTK_IM_MODULE=fcitx
97 fcitx
98 EOF
94 99
95rofi: 100rofi:
96 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi 101 ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi