aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: 58598861446881f7a93afa5cf5e2c503c3fb81cd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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