From 900bf8e2341380f93b7b812a594167e0c8348ac8 Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 4 Sep 2024 11:19:09 +0200 Subject: [PATCH] ricing --- home/config-files/hyprland.conf | 1 + home/modules/foot.nix | 9 +++++++++ 2 files changed, 10 insertions(+) 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";