diff options
| author | 2025-04-27 10:56:59 -0400 | |
|---|---|---|
| committer | 2025-04-27 10:56:59 -0400 | |
| commit | f2c75dd6fb52626150e11d6a32cf6fea1df80a8e (patch) | |
| tree | 259b499883162edcb0f7d297f2cc830347a05c05 /hosts/sofue | |
| parent | c39de560ae0bddcd4b22d19645a24bb71dbeb81d (diff) | |
| download | dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.gz dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.tar.bz2 dotfiles-f2c75dd6fb52626150e11d6a32cf6fea1df80a8e.zip | |
Checking in various updates
Diffstat (limited to 'hosts/sofue')
| -rw-r--r-- | hosts/sofue/configuration.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/sofue/configuration.nix b/hosts/sofue/configuration.nix index 9c61f4e..b346322 100644 --- a/hosts/sofue/configuration.nix +++ b/hosts/sofue/configuration.nix @@ -158,8 +158,10 @@ in rec { homeDir = "${config.users.users.andrew.home}"; in { programs.kitty = { + # My understanding is that if repaint_delay equates to a refresh rate + # of just under my monitor's that VRR can avoid all tearing. extraConfig = '' - repaint_delay 4 + repaint_delay 7 input_delay 1 ''; }; @@ -186,8 +188,8 @@ in rec { transform = "270"; #position = "1920 0"; position = "0 0"; - allow_tearing = "yes"; - max_render_time = "off"; + allow_tearing = "no"; + max_render_time = "7"; render_bit_depth = "10"; bg = "#${colo.background-alt} solid_color"; }; |