Home: increased animation speed
This commit is contained in:
parent
9c54aee474
commit
369fcd91f5
2 changed files with 3 additions and 6 deletions
|
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
programs.foot.enable = true;
|
||||
|
||||
xdg.desktopEntries = builtins.listToAttrs (map (x: {
|
||||
name = "${x}";
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
animation = [
|
||||
"border, 1, 2, default"
|
||||
"fade, 1, 4, default"
|
||||
"windows, 1, 3, default, popin 80%"
|
||||
"workspaces, 1, 2, default, slide"
|
||||
"windows, 1, 1, default, popin 80%"
|
||||
"workspaces, 1, 0.8, default, slide"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue