mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 17:00:32 +01:00
ricing
This commit is contained in:
parent
571c68e73f
commit
900bf8e234
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue