removed autorandr again, see my i3.nix

This commit is contained in:
Charlie Root 2024-04-12 20:24:19 +02:00
commit b458b8a8ff
4 changed files with 9 additions and 371 deletions

View file

@ -14,6 +14,13 @@ in {
displayManager = {
gdm.enable = true;
defaultSession = "none+i3";
setupCommands = ''
LEFT='DP-2'
CENTER='HDMI-1'
RIGHT='HDMI-0'
${pkgs.xorg.xrandr}/bin/xrandr --output $CENTER --rotate left --output $LEFT --rotate left --left-of $CENTER --output $RIGHT --right-of $CENTER
'';
# xrandr --output HDMI-1 --rotate normal --output DP-2 --rotate normal --left-of HDMI-1 --output HDMI-0 --right-of HDMI-1
};
};
};

View file

@ -62,6 +62,7 @@ in {
tree
unzip
ventoy-full
vesktop
vlc
xclip
yt-dlp