diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-04 11:29:28 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-04 11:29:28 +0800 |
commit | b23411cd9289a88ea2047da00f6c4f2ed6485c83 (patch) | |
tree | 3b171af5cf58aa84f557ee6ccef6d01ed46163e7 | |
parent | c4dd1a64ca58a068979af4ff67107664cbfebd55 (diff) |
Update
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | |||
77 | task: | 76 | task: |
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 | ||
92 | openbox: theme | 91 | openbox: 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 | ||
95 | rofi: | 100 | rofi: |
96 | ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi | 101 | ln -sf `pwd`/X11/rofi/config.rasi ~/.config/rofi/config.rasi |