disable window gap hiding

This commit is contained in:
notgne2 2022-10-05 16:15:56 -07:00
parent 09420fe027
commit c7e3f4b548
Signed by: notgne2
GPG Key ID: 5CE0A245A2DAC84A

View File

@ -182,7 +182,9 @@ in {
"org/gnome/shell/extensions/forge" = {
stacked-tiling-mode-enabled = false;
tabbed-tiling-mode-enabled = false;
window-gap-hidden-on-single = true;
# I want this `true` but it screws up on multi-monitor setups
window-gap-hidden-on-single = false;
};
"org/gnome/shell/extensions/forge/keybindings" = {
window-focus-down = ["<Super>j" "<Super>Down"];