aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xinitrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 1349ed6..3360be3 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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