From cf3250ead0481170eedef66ce02639ad53687b4e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 27 May 2024 07:01:05 +0300 Subject: [PATCH] Sway : Set 60 FPS outputs. --- module/common/Keyd.nix | 2 +- module/desktop/sway/module/Display.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/common/Keyd.nix b/module/common/Keyd.nix index 9a0c891..7161b69 100644 --- a/module/common/Keyd.nix +++ b/module/common/Keyd.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, key, ... }: { +{ pkgs, key, ... }: { environment.systemPackages = with pkgs; [ keyd ]; services.keyd = { diff --git a/module/desktop/sway/module/Display.nix b/module/desktop/sway/module/Display.nix index aab7583..7fcc93b 100644 --- a/module/desktop/sway/module/Display.nix +++ b/module/desktop/sway/module/Display.nix @@ -6,7 +6,7 @@ # # You can get the names of your outputs by running: swaymsg -t get_outputs output * scale 1 - output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" mode 3440x1440@164.999Hz adaptive_sync off pos 0,1080 - output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" transform 180 mode 1920x1080@74.986Hz pos 780,0 + output "Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" mode 3440x1440@59.973Hz adaptive_sync off pos 0,1080 + output "ASUSTek COMPUTER INC ASUS VA24E R2LMTF127165" transform 180 mode 1920x1080@60.000Hz pos 780,0 ''; }