make gnome dock always on top

This commit is contained in:
MeexReay 2025-09-07 22:31:04 +03:00
parent 64ea07b58c
commit ed72bd65e6
3 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@
inputs.nix-flatpak.homeManagerModules.nix-flatpak
];
home-manager.backupFileExtension = "backup974";
home-manager.backupFileExtension = "backup975";
}
];
};

View File

@ -111,7 +111,7 @@
enable-in-lockscreen = true;
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2" = {
binding = "<Super>o";
binding = "<Super>o"; # that doesnt work by some reason
command = "gnome-calculator";
name = "gnome calculator keybind";
enable-in-lockscreen = true;
@ -145,6 +145,7 @@
animate-show-apps = true;
apply-custom-theme = false;
apply-glossy-effect = false;
autohide = false;
background-opacity = 0.8;
custom-theme-customize-running-dots = true;
custom-theme-running-dots-border-width = 0;
@ -156,7 +157,8 @@
extend-height = false;
height-fraction = 0.9;
icon-size-fixed = false;
intellihide-mode = "FOCUS_APPLICATION_WINDOWS";
intellihide = true;
intellihide-mode = "ALWAYS_ON_TOP";
isolate-locations = true;
max-alpha = 0.8;
preferred-monitor = -2;

View File

@ -1 +0,0 @@