1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

dankbar: cooldown timer on scrolling workspaces

This commit is contained in:
bbedward
2025-10-29 09:18:46 -04:00
parent d870d8bad6
commit e081ec19cc
3 changed files with 18 additions and 114 deletions

View File

@@ -65,17 +65,6 @@ Item {
checked)
}
}
DankToggle {
width: parent.width
text: I18n.tr("Window Scrolling")
description: I18n.tr("Scroll through windows, rather than workspaces")
checked: SettingsData.workspaceScrolling
visible: CompositorService.isNiri
onToggled: checked => {
return SettingsData.setWorkspaceScrolling(checked)
}
}
DankToggle {
width: parent.width
text: I18n.tr("Workspace Padding")