mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 08:45:39 +00:00
try to make left monitor primary
This commit is contained in:
parent
b560659dfe
commit
7ad8892d81
@ -80,7 +80,7 @@
|
||||
services.xserver.displayManager.setupCommands = ''
|
||||
LEFT='HDMI-0'
|
||||
RIGHT='DisplayPort-0'
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output $LEFT --output $RIGHT --right-of $LEFT --rotate left
|
||||
${pkgs.xorg.xrandr}/bin/xrandr --output $LEFT --primary --output $RIGHT --right-of $LEFT --rotate left
|
||||
'';
|
||||
|
||||
# Install fonts
|
||||
|
Loading…
Reference in New Issue
Block a user