Enable wayland for plasma
This commit is contained in:
parent
d7ce6319b4
commit
f8b538e275
2 changed files with 20 additions and 0 deletions
16
home/.config/plasma-workspace/env/wayland.sh
vendored
Normal file
16
home/.config/plasma-workspace/env/wayland.sh
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set environment variables for Sway
|
||||
|
||||
# Firefox
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export MOZ_USE_XINPUT2=1
|
||||
export MOZ_WEBRENDER=1
|
||||
export MOZ_DBUS_REMOTE=1
|
||||
|
||||
# Fix java on wayland
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
|
||||
|
||||
# Enable wayland support on clutter
|
||||
export CLUTTER_BACKEND=wayland
|
Loading…
Add table
Add a link
Reference in a new issue