overview: remove show xwayland indicator option

we dont show an ugly icon now so it's not necessary
This commit is contained in:
end-4
2025-06-23 02:36:52 +02:00
parent 6ebccf097f
commit 7ca2da3723
2 changed files with 1 additions and 2 deletions
@@ -115,7 +115,6 @@ Singleton {
property real scale: 0.18 // Relative to screen size
property real numOfRows: 2
property real numOfCols: 5
property bool showXwaylandIndicator: true
}
property QtObject resources: QtObject {
@@ -38,7 +38,7 @@ Item { // Window
property var iconPath: Quickshell.iconPath(AppSearch.guessIcon(windowData?.class), "image-missing")
property bool compactMode: Appearance.font.pixelSize.smaller * 4 > targetWindowHeight || Appearance.font.pixelSize.smaller * 4 > targetWindowWidth
property bool indicateXWayland: (ConfigOptions.overview.showXwaylandIndicator && windowData?.xwayland) ?? false
property bool indicateXWayland: windowData?.xwayland ?? false
x: initX
y: initY