diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 12:29:51 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 12:29:51 -0500 |
commit | 794b39a7a99d5442e62fafe7e31249702c680bcc (patch) | |
tree | 8a6d070e8121bf8ded5a9f6c1bf3d18e4e606fb6 /bash_profile | |
parent | 644d733a2845ff40626589ef934fdfd77d4489f9 (diff) | |
download | rcm-794b39a7a99d5442e62fafe7e31249702c680bcc.tar.gz rcm-794b39a7a99d5442e62fafe7e31249702c680bcc.tar.bz2 rcm-794b39a7a99d5442e62fafe7e31249702c680bcc.zip |
bash: Qt support
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile index 3fac1b2..03ce36e 100644 --- a/bash_profile +++ b/bash_profile @@ -12,6 +12,7 @@ export TERM="linux" export TERMINAL="foot" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" +export QT_QPA_PLATFORM=wayland-egl export MOZ_ENABLE_WAYLAND="1" export XCURSOR_SIZE="32" export XDG_CURRENT_DESKTOP="wlroots" |