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 = {
|
programs.foot.enable = true;
|
||||||
enable = true;
|
|
||||||
settings = {};
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.desktopEntries = builtins.listToAttrs (map (x: {
|
xdg.desktopEntries = builtins.listToAttrs (map (x: {
|
||||||
name = "${x}";
|
name = "${x}";
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,8 @@
|
||||||
animation = [
|
animation = [
|
||||||
"border, 1, 2, default"
|
"border, 1, 2, default"
|
||||||
"fade, 1, 4, default"
|
"fade, 1, 4, default"
|
||||||
"windows, 1, 3, default, popin 80%"
|
"windows, 1, 1, default, popin 80%"
|
||||||
"workspaces, 1, 2, default, slide"
|
"workspaces, 1, 0.8, default, slide"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue