This commit is contained in:
xqtc 2024-09-04 11:19:09 +02:00
parent 571c68e73f
commit 900bf8e234
2 changed files with 10 additions and 0 deletions

View file

@ -110,6 +110,7 @@ windowrulev2 = float,class:^(wezterm)$, title:^(wezterm)$
windowrulev2 = float,class:^(foot)$, title:^(foot)$ windowrulev2 = float,class:^(foot)$, title:^(foot)$
windowrulev2 = size 50% 50%,class:^(foot)$, title:^(foot)$ windowrulev2 = size 50% 50%,class:^(foot)$, title:^(foot)$
windowrulev2 = center,class:^(foot)$, title:^(foot)$ windowrulev2 = center,class:^(foot)$, title:^(foot)$
windowrulev2 = xray, floating:1
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more

View file

@ -11,7 +11,16 @@
dpi-aware = "yes"; dpi-aware = "yes";
}; };
cursor = {
blink = "yes";
};
mouse = {
hide-when-typing = "yes";
};
colors = { colors = {
alpha = 0.8;
foreground = "cdd6f4"; foreground = "cdd6f4";
background = "1e1e2e"; background = "1e1e2e";