61 current 2024-02-29 23:55:32 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-02-29 23:55:36 -05:00
parent 9320710c4a
commit ecbd7ac694
3 changed files with 23 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{...}: { {
x = c: "#${c}"; x = c: "#${c}";
colors = rec { colors = rec {
@ -18,4 +18,6 @@
"highlightmed" = "ff403d52"; "highlightmed" = "ff403d52";
"highlighthigh" = "ff524f67"; "highlighthigh" = "ff524f67";
}; };
wallpaper = ./wall.png;
} }

BIN
core/wall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -17,8 +17,8 @@
apply_sens_to_raw = 0; apply_sens_to_raw = 0;
# active border color # active border color
# "col.active_border" = "rgb(${rose}) rgb(${pine}) rgb(${love}) rgb(${iris}) 90deg"; "col.active_border" = "rgb(${rose})";
# "col.inactive_border" = "rgb(${muted})"; "col.inactive_border" = "rgb(${muted})";
}; };
input = { input = {
@ -50,6 +50,24 @@
"col.shadow" = "rgba(292c3cee)"; "col.shadow" = "rgba(292c3cee)";
}; };
misc = {
# disable redundant renders
disable_splash_rendering = true;
force_default_wallpaper = 0;
disable_hyprland_logo = true;
vfr = true;
# window swallowing
enable_swallow = true; # hide windows that spawn other windows
swallow_regex = "^(foot)$";
# dpms
mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
key_press_enables_dpms = true; # enable dpms on keyboard action
disable_autoreload = true; # autoreload is unnecessary on nixos, because the config is readonly anyway
};
xwayland = { xwayland = {
force_zero_scaling = true; force_zero_scaling = true;
}; };