animations and clean stuff

This commit is contained in:
Tristan 2023-05-04 15:07:17 +01:00
parent 3c1a415953
commit d32311cc44
5 changed files with 39 additions and 37 deletions

View file

@ -256,14 +256,14 @@ in
drop_shadow = no
}
bezier=overshot, 0.05, 0.9, 0.1, 1.1
bezier = overshot, 0.05, 0.9, 0.1, 1.1
bezier = linear, 0.0, 0.0, 1.0, 1.0
animations {
enabled = 1
animation = windows, 1, 5, default
animation = border, 1, 5, default
animation = fade, 1, 10,default
animation = windows, 1, 1, default, popin
animation = border, 1, 1, default
animation = fade, 1, 1, default
animation = workspaces, 1, 3, overshot
animation = borderangle,1, 50, linear, loop
}

View file

@ -14,6 +14,7 @@
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
services.tailscale.enable = true;
time.timeZone = "Europe/London";

View file

@ -83,8 +83,9 @@
};
};
wayland.windowManager.hyprland.enable = true;
# wayland.windowManager.hyprland.enable = lib.mkForce false;
# wayland.windowManager.sway.enable = true;
# wayland.windowManager.sway.package = pkgs.swayfx;
wayland.windowManager.sway.config = {
input = {
"type:keyboard" = {

View file

@ -85,6 +85,7 @@
command = "sway";
user = "tristan";
};
# default_session = lib.mkForce sway_session;
};
};

View file

@ -12,7 +12,6 @@
services.openssh.enable = true;
services.tailscale.enable = true;
networking.firewall.checkReversePath = "loose";
system.stateVersion = "22.11"; # do not change