61 current 2024-02-29 23:55:32 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
9320710c4a
commit
ecbd7ac694
3 changed files with 23 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{
|
||||
x = c: "#${c}";
|
||||
|
||||
colors = rec {
|
||||
|
|
@ -18,4 +18,6 @@
|
|||
"highlightmed" = "ff403d52";
|
||||
"highlighthigh" = "ff524f67";
|
||||
};
|
||||
|
||||
wallpaper = ./wall.png;
|
||||
}
|
||||
|
|
|
|||
BIN
core/wall.png
Normal file
BIN
core/wall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue