blob: 04dc85cfe60d0a4625b84cf1a820a4104cfa1680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
. ~/.profile
systemctl --user import-environment DISPLAY
xrdb -merge "$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
|