make gnome dock always on top
This commit is contained in:
parent
64ea07b58c
commit
ed72bd65e6
@ -32,7 +32,7 @@
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
];
|
||||
|
||||
home-manager.backupFileExtension = "backup974";
|
||||
home-manager.backupFileExtension = "backup975";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
|
Loading…
x
Reference in New Issue
Block a user