mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +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 = ''
|
services.xserver.displayManager.setupCommands = ''
|
||||||
LEFT='HDMI-0'
|
LEFT='HDMI-0'
|
||||||
RIGHT='DisplayPort-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
|
# Install fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user