From 3bb0d6f884ca05b5143d5057d5df543285f4bad8 Mon Sep 17 00:00:00 2001 From: caem Date: Wed, 19 Feb 2025 21:51:55 +0100 Subject: [PATCH] gnome: Disable forge extension It doesn't really work that well honestly. I can't be bothered to find something else that works better. For now I think I can just manage with manually placing my windows as I don't really need that many open at any one time anyways. In adition, as we lose the tabs, which I've been using to quickly switch between chat applications that are placed full screen in the same workspace, alt-tab now only shows the windows on the current workspace and some other tweaks to improve the experience. --- modules/home/caem/desktop/gnome/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/home/caem/desktop/gnome/default.nix b/modules/home/caem/desktop/gnome/default.nix index 5861278..a57294c 100644 --- a/modules/home/caem/desktop/gnome/default.nix +++ b/modules/home/caem/desktop/gnome/default.nix @@ -61,7 +61,6 @@ in { accent-directories.extensionUuid just-perfection.extensionUuid quick-settings-tweaker.extensionUuid - forge.extensionUuid ]; favorite-apps = [ "firefox-esr.desktop" @@ -69,12 +68,6 @@ in { "org.gnome.Nautilus.desktop" ]; }; - "org/gnome/shell/extensions/forge" = { - float-always-on-top-enabled = false; - focus-border-toggle = false; - move-pointer-to-focus = true; - stacked-tiling-mode-enable = true; - }; "org/gnome/shell/extensions/just-perfection" = { calendar = false; events-button = false; @@ -95,6 +88,8 @@ in { current-workspace-only = true; }; "org/gnome/shell/keybindings" = { + switch-windows = ["Tab"]; + activate-window-menu = []; switch-to-application-1 = []; switch-to-application-2 = []; switch-to-application-3 = [];