mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
osd
This commit is contained in:
@@ -26,12 +26,16 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
property QtObject osd: QtObject {
|
||||
property int timeout: 1000
|
||||
}
|
||||
|
||||
property QtObject resources: QtObject {
|
||||
property int updateInterval: 3000
|
||||
}
|
||||
|
||||
property QtObject hacks: QtObject {
|
||||
property int arbitraryRaceConditionDelay: 10
|
||||
property int arbitraryRaceConditionDelay: 10 // milliseconds
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user