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.
This commit is contained in:
caem 2025-02-19 21:51:55 +01:00
parent 1796e48cac
commit 3bb0d6f884
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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 = ["<Super>Tab"];
activate-window-menu = [];
switch-to-application-1 = [];
switch-to-application-2 = [];
switch-to-application-3 = [];