Sway : Set 60 FPS outputs.

This commit is contained in:
Dmitry Voronin 2024-05-27 07:01:05 +03:00
parent b1ce1dffce
commit cf3250ead0
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, key, ... }: {
{ pkgs, key, ... }: {
environment.systemPackages = with pkgs; [ keyd ];
services.keyd = {

View file

@ -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
'';
}