notifs: expire by default + increase expire timeout
This commit is contained in:
parent
b2a52486a6
commit
65a29d6f23
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
|
|
||||||
JsonObject {
|
JsonObject {
|
||||||
property bool expire: false
|
property bool expire: true
|
||||||
property int defaultExpireTimeout: 3000
|
property int defaultExpireTimeout: 5000
|
||||||
property real clearThreshold: 0.3
|
property real clearThreshold: 0.3
|
||||||
property int expandThreshold: 20
|
property int expandThreshold: 20
|
||||||
property bool actionOnClick: false
|
property bool actionOnClick: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue