mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-13 09:38:38 +00:00
Dock: New "exclusive" settings to ensure no windows go below.
This commit is contained in:
@@ -154,6 +154,13 @@ ColumnLayout {
|
||||
onToggled: checked => Settings.data.dock.autoHide = checked
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Exclusive Dock"
|
||||
description: "Ensure windows don't open underneath the Dock."
|
||||
checked: Settings.data.dock.exclusive
|
||||
onToggled: checked => Settings.data.dock.exclusive = checked
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
spacing: Style.marginXXS * scaling
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user