From 5ea497068c7d4ace1ec0c5ddf9ddbf08ad0508f5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 27 May 2025 22:28:28 +0200 Subject: [PATCH] Revert "use better-control instead of gnome settings and blueberry" This reverts commit e1ee645e87721ad995bb2cae38f1c34a711ad470. --- .config/ags/modules/.configuration/default_options.jsonc | 6 +++--- .config/hypr/hyprland/keybinds.conf | 2 +- .config/quickshell/modules/common/ConfigOptions.qml | 6 +++--- arch-packages/illogical-impulse-gnome/PKGBUILD | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/ags/modules/.configuration/default_options.jsonc b/.config/ags/modules/.configuration/default_options.jsonc index eaddb9eb1..e20975e1b 100644 --- a/.config/ags/modules/.configuration/default_options.jsonc +++ b/.config/ags/modules/.configuration/default_options.jsonc @@ -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 }, diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 1b68ac52f..3ef5363ea 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -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 diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 5a89c56f2..56b735dd7 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -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 } diff --git a/arch-packages/illogical-impulse-gnome/PKGBUILD b/arch-packages/illogical-impulse-gnome/PKGBUILD index 3e773bdaf..33af4b8ba 100644 --- a/arch-packages/illogical-impulse-gnome/PKGBUILD +++ b/arch-packages/illogical-impulse-gnome/PKGBUILD @@ -7,6 +7,6 @@ license=(None) depends=( polkit-gnome gnome-keyring - networkmanager - better-control-git + gnome-control-center + blueberry networkmanager )