diff options
Diffstat (limited to 'Makefile')
| -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 |