fix(sway): Set correct primary display for xwayland apps
This commit is contained in:
parent
afb9b22b47
commit
c4ae509066
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
# Make sure the systemd user session gets all envs
|
# Make sure the systemd user session gets all envs
|
||||||
exec_always "dbus-update-activation-environment --all --systemd"
|
exec_always "dbus-update-activation-environment --all --systemd"
|
||||||
|
|
||||||
|
# Make sure primary display is correctly set for XWayland applications
|
||||||
|
exec xrandr --output DP-2 --primary
|
||||||
|
|
||||||
# Autostart applets
|
# Autostart applets
|
||||||
exec nm-applet --indicator
|
exec nm-applet --indicator
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue