forked from Shinonome/dots-hyprland
Revert "use better-control instead of gnome settings and blueberry"
This reverts commit e1ee645e87.
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -201,8 +201,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: "better-control --bluetooth"
|
||||
property string bluetooth: "blueberry"
|
||||
property string imageViewer: "loupe"
|
||||
property string network: "better-control --wifi"
|
||||
property string settings: "better-control"
|
||||
property string network: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center wifi"
|
||||
property string settings: "XDG_CURRENT_DESKTOP=\"gnome\" gnome-control-center"
|
||||
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
|
||||
networkmanager
|
||||
better-control-git
|
||||
gnome-control-center
|
||||
blueberry networkmanager
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user