Fix: update Wayland application configurations for improved compatibility and remove scaling settings

This commit is contained in:
2025-11-04 19:15:37 +00:00
parent 52377f0dd0
commit 7c2df109e9
2 changed files with 19 additions and 9 deletions

View File

@@ -16,7 +16,13 @@
inputs.vicinae.packages.${pkgs.system}.default # Vicinae launcher
# Development tools
vscode
(vscode.override {
commandLineArgs = [
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
"--enable-wayland-ime"
];
})
# neovim
# Browsers
@@ -40,8 +46,18 @@
# spotify
# Communication
legcord
teams-for-linux
(legcord.override {
commandLineArgs = [
"--enable-features=UseOzonePlatform,WaylandWindowDecorations"
"--ozone-platform=wayland"
];
})
(teams-for-linux.override {
commandLineArgs = [
"--enable-features=UseOzonePlatform,WaylandWindowDecorations"
"--ozone-platform=wayland"
];
})
# discord
# slack