aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x[l---------].xinitrc12
1 files changed, 11 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 437dfa8..5859886 120000..100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1 +1,11 @@
-.xprofile \ No newline at end of file
+#!/bin/sh
+. ~/.profile
+
+systemctl --user import-environment DISPLAY
+xrdb -override "$XDG_CONFIG_HOME/X11/base"
+
+# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start
+dbus-update-activation-environment --systemd DISPLAY
+
+i3
+