forked from Shinonome/dots-hyprland
prompt to kill kded6, mako, dunst (conflicting stuff)
This commit is contained in:
@@ -183,6 +183,11 @@ Singleton {
|
||||
property int suspend: 3
|
||||
}
|
||||
|
||||
property JsonObject conflictKiller: JsonObject {
|
||||
property bool autoKillNotificationDaemons: false
|
||||
property bool autoKillTrays: false
|
||||
}
|
||||
|
||||
property JsonObject dock: JsonObject {
|
||||
property bool enable: false
|
||||
property bool monochromeIcons: true
|
||||
|
||||
@@ -133,7 +133,7 @@ Button {
|
||||
background: Rectangle {
|
||||
id: buttonBackground
|
||||
radius: root.buttonEffectiveRadius
|
||||
implicitHeight: 50
|
||||
implicitHeight: 30
|
||||
|
||||
color: root.buttonColor
|
||||
Behavior on color {
|
||||
|
||||
Reference in New Issue
Block a user