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

@ -17,8 +17,8 @@
apply_sens_to_raw = 0;
# active border color
# "col.active_border" = "rgb(${rose}) rgb(${pine}) rgb(${love}) rgb(${iris}) 90deg";
# "col.inactive_border" = "rgb(${muted})";
"col.active_border" = "rgb(${rose})";
"col.inactive_border" = "rgb(${muted})";
};
input = {
@ -50,6 +50,24 @@
"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 = {
force_zero_scaling = true;
};