mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
8 lines
126 B
QML
8 lines
126 B
QML
pragma Singleton
|
|
|
|
import QtQuick
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
property var screens: ["LG ULTRAGEAR+", "NE135A1M-NY1"]
|
|
}
|