First Commit

This commit is contained in:
2026-01-05 04:04:36 +01:00
commit c7a17f7772
83 changed files with 3574 additions and 0 deletions

25
home/hyprland/misc.nix Normal file
View File

@@ -0,0 +1,25 @@
{
wayland.windowManager.hyprland = {
settings = {
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
vrr = 3;
vfr = true;
mouse_move_enables_dpms = true;
key_press_enables_dpms = true;
animate_manual_resizes = false;
animate_mouse_windowdragging = false;
enable_swallow = false;
swallow_regex = "(foot|kitty|allacritty|Alacritty)";
# new_window_takes_over_fs = 2;
allow_session_lock_restore = true;
session_lock_xray = true;
initial_workspace_tracking = false;
middle_click_paste = false;
focus_on_activate = true;
size_limits_tiled = true;
};
};
};
}