diff options
| -rw-r--r-- | .xinitrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ source "$HOME/.config/init/vars" +xset +fp "$HOME/.fonts/local" +xset fp rehash + #theme export QT_STYLE_OVERRIDE=adwaita-dark export GTK_THEME=Adwaita:dark @@ -10,4 +13,7 @@ export QT_IM_MODULE=fcitx export SDL_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" +systemctl --user import-environment DISPLAY +dbus-update-activation-environmet --systemd + exec herbstluftwm |
