Auto-commit: 2026-01-05 18:28:04
This commit is contained in:
42
home/desktop/hyprland/general.nix
Normal file
42
home/desktop/hyprland/general.nix
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
general = {
|
||||
no_focus_fallback = true;
|
||||
allow_tearing = true;
|
||||
snap = {
|
||||
enabled = true;
|
||||
window_gap = 4;
|
||||
monitor_gap = 5;
|
||||
respect_gaps = true;
|
||||
};
|
||||
};
|
||||
|
||||
dwindle = {
|
||||
preserve_split = true;
|
||||
smart_split = false;
|
||||
smart_resizing = true;
|
||||
# precise_mouse_move = true;
|
||||
};
|
||||
|
||||
render = {
|
||||
cm_enabled = true;
|
||||
cm_fs_passthrough = 2;
|
||||
direct_scanout = 2;
|
||||
cm_auto_hdr = 1;
|
||||
};
|
||||
|
||||
quirks = {
|
||||
prefer_hdr = 2;
|
||||
};
|
||||
|
||||
debug = {
|
||||
disable_logs = false;
|
||||
};
|
||||
|
||||
xwayland = {
|
||||
force_zero_scaling = true; # Unscale XWayland
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user