Revert "use better-control instead of gnome settings and blueberry"

This reverts commit e1ee645e87.
This commit is contained in:
end-4
2025-05-27 22:28:28 +02:00
parent 02712868f9
commit 5ea497068c
4 changed files with 9 additions and 9 deletions
@@ -46,10 +46,10 @@
"fakeScreenRounding": 2 // 0: None | 1: Always | 2: When not fullscreen
},
"apps": {
"bluetooth": "better-control --bluetooth",
"bluetooth": "blueberry",
"imageViewer": "loupe",
"network": "better-control --wifi",
"settings": "better-control",
"network": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi",
"settings": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center",
"taskManager": "gnome-usage",
"terminal": "foot" // This is only for shell actions
},