mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Drop old qt environment variables
- QT_AUTO_SCREEN_SCALE_FACTOR is no longer used in Qt6+ https://doc.qt.io/qt-6/highdpi.html - QT_QPA_PLATFORM is no longer necessary since it seems like NixOS will start Qt applications that support Wayland with it by default https://wiki.archlinux.org/title/Anki#Wayland - QT_WAYLAND_DISABLE_WINDOWDECORATION seems to no longer be necessary since this should be handled by the window manager https://www.qt.io/blog/2018/12/14/whats-new-wayland-platform-plugin-qt-5-12
This commit is contained in:
parent
00f3365001
commit
3475c5888c
@ -44,9 +44,6 @@ in
|
||||
"SWWW_TRANSITION_DURATION,1.5"
|
||||
"SWWW_TRANSITION_FPS,240"
|
||||
"SWWW_TRANSITION_WAVE,80,40"
|
||||
"QT_AUTO_SCREEN_SCALE_FACTOR,1"
|
||||
"QT_QPA_PLATFORM,wayland;xcb"
|
||||
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||
"QT_QPA_PLATFORMTHEME,qt5ct"
|
||||
"QT_STYLE_OVERRIDE,kvantum"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user