use better-control instead of gnome settings and blueberry

This commit is contained in:
end-4
2025-05-20 23:23:39 +02:00
parent 2ad293221c
commit e1ee645e87
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": "blueberry",
"bluetooth": "better-control --bluetooth",
"imageViewer": "loupe",
"network": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi",
"settings": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center",
"network": "better-control --wifi",
"settings": "better-control",
"taskManager": "gnome-usage",
"terminal": "foot" // This is only for shell actions
},
+1 -1
View File
@@ -198,8 +198,8 @@ bind = Super+Alt, E, exec, thunar # [hidden]
bind = Super, W, exec, zen-browser # [hidden]
bind = Super+Shift, W, exec, wps # WPS Office
bind = Ctrl+Super, V, exec, pavucontrol # Pavucontrol (volume mixer)
bind = Super, I, exec, better-control # Better Control (settings app)
bind = Super, X, exec, gnome-text-editor --new-window # GNOME Text Editor
bind = Super, I, exec, XDG_CURRENT_DESKTOP="gnome" gnome-control-center # GNOME Settings
bind = Ctrl+Shift, Escape, exec, gnome-system-monitor # GNOME System monitor
# Cursed stuff
@@ -13,10 +13,10 @@ Singleton {
}
property QtObject apps: QtObject {
property string bluetooth: "blueberry"
property string bluetooth: "better-control --bluetooth"
property string imageViewer: "loupe"
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
property string network: "better-control --wifi"
property string settings: "better-control"
property string taskManager: "gnome-usage"
property string terminal: "foot" // This is only for shell actions
}
@@ -7,6 +7,6 @@ license=(None)
depends=(
polkit-gnome
gnome-keyring
gnome-control-center
blueberry networkmanager
networkmanager
better-control-git
)