summaryrefslogtreecommitdiff
path: root/common/home/hyprland/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/hyprland/default.nix')
-rw-r--r--common/home/hyprland/default.nix32
1 files changed, 15 insertions, 17 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix
index ff31c54..e2d0a27 100644
--- a/common/home/hyprland/default.nix
+++ b/common/home/hyprland/default.nix
@@ -37,7 +37,7 @@
"$mod+Shift, P, exec, wofi-pass"
"$mod+Shift, O, exec, wofi-pass otp"
"$mod+Shift, E, exec, webtrayctl show https://chat.nathanreiner.xyz"
- "$mod+Shift, J, exec, webtrayctl show https://jellyfin.nathanreiner.xyz"
+ "$mod+Shift+Alt, J, exec, webtrayctl show https://jellyfin.nathanreiner.xyz"
"$mod+Shift, S, exec, signal-desktop"
", Print, exec, grimshot copy area"
@@ -101,15 +101,15 @@
general = {
gaps_in = 0;
- gaps_out = 0;
+ gaps_out = 5;
layout = "master";
- border_size = 3;
- "col.active_border" = "rgba(b16286ff)";
+ border_size = 1;
+ "col.active_border" = "rgba(3c3836ff)";
"col.inactive_border" = "rgba(3c3836ff)";
};
decoration = {
- rounding = 0;
+ rounding = 4;
shadow = {
enabled = true;
range = true;
@@ -118,15 +118,14 @@
};
animations = {
- enabled = false;
- bezier = "myBezier, 0.05, 0.9, 0.1, 1.05";
+ enabled = true;
animation = [
- "windows, 1, 3, myBezier"
- "windowsOut, 1, 3, default, popin 80%"
- "border, 1, 10, default"
- "borderangle, 1, 8, default"
- "fade, 1, 3, default"
- "workspaces, 1, 3, default"
+ "windows, 1, 2, default"
+ "layers, 1, 2, default"
+ "border, 1, 2, default"
+ "borderangle, 1, 2, default"
+ "fade, 1, 2, default"
+ "workspaces, 1, 2, default"
];
};
@@ -153,10 +152,6 @@
};
};
- #gestures = {
- # gesture = "4, horizontal, workspace";
- #};
-
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
@@ -186,6 +181,9 @@
# Waydroid
"float, size 500 900, class:^(waydroid\\..*)$"
"float, size 500 900, class:^(Waydroid)$"
+
+ # Nextcloud
+ "float, move 100%-500 20, size 500 800, noborder, noblur, xray, pin, stayfocused, class:^(com.nextcloud\\..*)$, title:^(Nextcloud)$"
];
ecosystem = {