Set eDP-1 to primary

This commit is contained in:
Serĉanto de Scio 2019-11-29 12:28:00 +10:00
parent 8dc4d2fbb3
commit cf78b02c99
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -70,7 +70,7 @@ main = do
) )
-- Turn on the HDMI-1 port and set it as the secondary display -- Turn on the HDMI-1 port and set it as the secondary display
, ((mod4Mask .|. shiftMask, xK_h), spawn , ((mod4Mask .|. shiftMask, xK_h), spawn
"xrandr --output eDP-1 --auto --output HDMI-1 --primary --above eDP-1 --mode 2560x1440R" "xrandr --output eDP-1 --primary --auto --output HDMI-1 --above eDP-1 --mode 2560x1440R"
) )
, ((0 , 0x1008FF11), spawn "amixer set Master 2%-") -- XF86AudioLowerVolume , ((0 , 0x1008FF11), spawn "amixer set Master 2%-") -- XF86AudioLowerVolume
-- , ((mod4Mask , xK_Down), spawn "amixer set Master 2%-") -- , ((mod4Mask , xK_Down), spawn "amixer set Master 2%-")