mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
New setting to disable all UI animations
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
"animation-speed": {
|
||||
"label": "Animation speed",
|
||||
"description": "Adjust global animation speed."
|
||||
},
|
||||
"animation-disable": {
|
||||
"label": "Disable UI Animations",
|
||||
"description": "Disable all animations for a faster, more responsive experience."
|
||||
}
|
||||
},
|
||||
"screen-corners": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"settingsVersion": 10,
|
||||
"settingsVersion": 11,
|
||||
"bar": {
|
||||
"position": "top",
|
||||
"backgroundOpacity": 1,
|
||||
@@ -67,7 +67,8 @@
|
||||
"forceBlackScreenCorners": false,
|
||||
"radiusRatio": 1,
|
||||
"screenRadiusRatio": 1,
|
||||
"animationSpeed": 1
|
||||
"animationSpeed": 1,
|
||||
"animationDisabled": false
|
||||
},
|
||||
"location": {
|
||||
"name": "Tokyo",
|
||||
|
||||
Reference in New Issue
Block a user