feat: shark

This commit is contained in:
2025-08-09 17:27:54 +02:00
parent c570ea0f54
commit 75e460293c
6 changed files with 541 additions and 4 deletions

View File

@@ -21,11 +21,11 @@ in
home-manager.users.${username}.wayland.windowManager.hyprland.settings = {
general.layout = "master";
master = {
orientation = "center";
always_center_master = true;
mfact = 0.4;
orientation = "right";
mfact = 0.65;
always_keep_position = true;
};
monitor = [ "DP-1,highrr,0x0,1" ];
monitor = [ "DP-1,2560x1440@75,0x0,1" ];
xwayland.force_zero_scaling = true;
misc.vrr = 2; # VA suffers from VRR flicker
};