Merge branch 'main' of git.c3c.cz:C3C/nix-configuration
This commit is contained in:
commit
0eb7f633d4
@ -76,7 +76,8 @@ in
|
|||||||
system.defaults = {
|
system.defaults = {
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-delay = 0.0;
|
# Do not need dock, lets be more effective
|
||||||
|
autohide-delay = 100.0;
|
||||||
autohide-time-modifier = 0.25;
|
autohide-time-modifier = 0.25;
|
||||||
mineffect = "scale";
|
mineffect = "scale";
|
||||||
minimize-to-application = true;
|
minimize-to-application = true;
|
||||||
@ -87,9 +88,9 @@ in
|
|||||||
tilesize = lib.mkDefault 80;
|
tilesize = lib.mkDefault 80;
|
||||||
|
|
||||||
# Hot corners
|
# Hot corners
|
||||||
wvous-bl-corner = hot-corners.MissionControl;
|
wvous-bl-corner = hot-corners.QuickNote;
|
||||||
wvous-br-corner = hot-corners.Launchpad;
|
wvous-br-corner = hot-corners.Launchpad;
|
||||||
wvous-tl-corner = hot-corners.QuickNote;
|
wvous-tl-corner = hot-corners.MissionControl;
|
||||||
};
|
};
|
||||||
|
|
||||||
finder = {
|
finder = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user