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 "fakeScreenRounding": 2 // 0: None | 1: Always | 2: When not fullscreen
}, },
"apps": { "apps": {
"bluetooth": "better-control --bluetooth", "bluetooth": "blueberry",
"imageViewer": "loupe", "imageViewer": "loupe",
"network": "better-control --wifi", "network": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi",
"settings": "better-control", "settings": "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center",
"taskManager": "gnome-usage", "taskManager": "gnome-usage",
"terminal": "foot" // This is only for shell actions "terminal": "foot" // This is only for shell actions
}, },
+1 -1
View File
@@ -201,8 +201,8 @@ bind = Super+Alt, E, exec, thunar # [hidden]
bind = Super, W, exec, zen-browser # [hidden] bind = Super, W, exec, zen-browser # [hidden]
bind = Super+Shift, W, exec, wps # WPS Office bind = Super+Shift, W, exec, wps # WPS Office
bind = Ctrl+Super, V, exec, pavucontrol # Pavucontrol (volume mixer) 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, 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 bind = Ctrl+Shift, Escape, exec, gnome-system-monitor # GNOME System monitor
# Cursed stuff # Cursed stuff
@@ -13,10 +13,10 @@ Singleton {
} }
property QtObject apps: QtObject { property QtObject apps: QtObject {
property string bluetooth: "better-control --bluetooth" property string bluetooth: "blueberry"
property string imageViewer: "loupe" property string imageViewer: "loupe"
property string network: "better-control --wifi" property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
property string settings: "better-control" property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
property string taskManager: "gnome-usage" property string taskManager: "gnome-usage"
property string terminal: "foot" // This is only for shell actions property string terminal: "foot" // This is only for shell actions
} }
@@ -7,6 +7,6 @@ license=(None)
depends=( depends=(
polkit-gnome polkit-gnome
gnome-keyring gnome-keyring
networkmanager gnome-control-center
better-control-git blueberry networkmanager
) )