Skip to content

Commit

Permalink
Improve wayland environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 7, 2021
1 parent 4bfe9fa commit 6fa3e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion startway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
export _JAVA_AWT_WM_NONREPARENTING=1
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export XDG_SESSION_TYPE=wayland
export SDL_VIDEODRIVER=wayland

# Fix tray icons
export XDG_CURRENT_DESKTOP=Unity

exec dbus-launch --exit-with-session sway
exec dbus-launch --exit-with-session /usr/bin/sway

0 comments on commit 6fa3e4a

Please sign in to comment.