From ca969aa9ce144d15b164d252624c64ddb648671e Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 5 Feb 2025 16:27:43 -0800 Subject: migration: autorandr TODO note --- snowfall/systems/x86_64-linux/c-pc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'snowfall') diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix index 8006e7b..2ad3522 100644 --- a/snowfall/systems/x86_64-linux/c-pc/default.nix +++ b/snowfall/systems/x86_64-linux/c-pc/default.nix @@ -26,6 +26,7 @@ with lib; with lib.${namespace}; { apps.i3 = { videoDrivers = [ "amdgpu" ]; + #TODO: move to services.autorandr setupCommands = '' if ${pkgs.xorg.xrandr}/bin/xrandr --query | grep 2560x1080; then ${pkgs.xorg.xrandr}/bin/xrandr --output DVI-D-0 --mode 1920x1080 --rate 60 --pos 0x0 -- cgit v1.2.3