Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
11
.config/profile.d/40_wayland.sh
Normal file
11
.config/profile.d/40_wayland.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# ~/.config/profile.d/40_wayland.sh -- Environment variables for Wayland environments.
|
||||
#
|
||||
|
||||
# Prefer wayland backends
|
||||
export QT_QPA_PLATFORM="wayland-egl;wayland;xcb"
|
||||
export SDL_VIDEODRIVER="wayland,x11"
|
||||
export ELECTRON_OZONE_PLATFORM_HINT="auto"
|
||||
|
||||
# Fixes some potential issues in Java apps on Wayland
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue