mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway/env] add env-vars
This commit is contained in:
parent
3dd0d5ca25
commit
f6aec9fc39
1 changed files with 19 additions and 0 deletions
19
sway/env
Normal file
19
sway/env
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Enable QT apps to have gtk theme
|
||||||
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
|
||||||
|
# Force wayland on qt apps
|
||||||
|
QT_QPA_PLATFORM=wayland
|
||||||
|
QT_WAYLAND_FORCE_DPI=96
|
||||||
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
|
# clutter
|
||||||
|
CLUTTER_BACKEND=wayland
|
||||||
|
|
||||||
|
# sdl2
|
||||||
|
SDL_VIDEODRIVER=wayland
|
||||||
|
|
||||||
|
# firefox
|
||||||
|
MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
||||||
|
# java
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING=1
|
Loading…
Add table
Add a link
Reference in a new issue