fix vscode crash
This commit is contained in:
parent
e5356beece
commit
0732d60d11
@ -145,8 +145,7 @@ in
|
||||
# Temp fix crash on startup
|
||||
# See https://github.com/microsoft/vscode/issues/184124
|
||||
"window.menuBarVisibility" = "toggle";
|
||||
# "window.menuBarVisibility" = "hidden";
|
||||
# "window.titleBarStyle" = "custom";
|
||||
"window.titleBarStyle" = "custom";
|
||||
###
|
||||
"workbench.colorTheme" = "Tokyo Night";
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
|
@ -285,12 +285,6 @@ in with config.deviceSpecific; with lib; {
|
||||
env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
env=QT_QPA_PLATFORMTHEME=qt5ct
|
||||
''
|
||||
# Temp fix crash on startup
|
||||
# See https://github.com/microsoft/vscode/issues/184124
|
||||
''
|
||||
windowrulev2=float,class:^(code-url-handler)$
|
||||
windowrulev2=float,class:^(Element)$
|
||||
''
|
||||
###
|
||||
''
|
||||
exec=${importGsettings}
|
||||
|
Loading…
x
Reference in New Issue
Block a user