1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

plugins: keyboard focus to plugin popouts

This commit is contained in:
bbedward
2025-11-04 10:38:04 -05:00
parent 3e9b11c281
commit 57b11b7699

View File

@@ -1,10 +1,13 @@
import QtQuick
import Quickshell.Wayland
import qs.Common
import qs.Widgets
DankPopout {
id: root
WlrLayershell.keyboardFocus: shouldBeVisible ? WlrKeyboardFocus.Exclusive : WlrKeyboardFocus.None
property var triggerScreen: null
property Component pluginContent: null
property real contentWidth: 400