mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
overview: remove show xwayland indicator option
we dont show an ugly icon now so it's not necessary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user