diff options
Diffstat (limited to 'config/quickshell/qs-hyprview-trixie/shell.qml')
| -rw-r--r-- | config/quickshell/qs-hyprview-trixie/shell.qml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/quickshell/qs-hyprview-trixie/shell.qml b/config/quickshell/qs-hyprview-trixie/shell.qml new file mode 100644 index 00000000..09201652 --- /dev/null +++ b/config/quickshell/qs-hyprview-trixie/shell.qml @@ -0,0 +1,16 @@ +//@ pragma Env QT_LOGGING_RULES=qt.qpa.wayland.textinput=false +import QtQuick +import Quickshell +import "./modules" +import "./common" + +ShellRoot { + id: root + + Appearance { id: m3 } + + Hyprview { + liveCapture: true + moveCursorToActiveWindow: false + } +} |
