diff --git a/home/config-files/hyprland.conf b/home/config-files/hyprland.conf index 179501d..95044e2 100644 --- a/home/config-files/hyprland.conf +++ b/home/config-files/hyprland.conf @@ -110,6 +110,7 @@ windowrulev2 = float,class:^(wezterm)$, title:^(wezterm)$ windowrulev2 = float,class:^(foot)$, title:^(foot)$ windowrulev2 = size 50% 50%,class:^(foot)$, title:^(foot)$ windowrulev2 = center,class:^(foot)$, title:^(foot)$ +windowrulev2 = xray, floating:1 # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more diff --git a/home/modules/foot.nix b/home/modules/foot.nix index 44e698b..8894de5 100644 --- a/home/modules/foot.nix +++ b/home/modules/foot.nix @@ -11,7 +11,16 @@ dpi-aware = "yes"; }; + cursor = { + blink = "yes"; + }; + + mouse = { + hide-when-typing = "yes"; + }; + colors = { + alpha = 0.8; foreground = "cdd6f4"; background = "1e1e2e";