Updated ports names post NixOS 19.03

This commit is contained in:
Serĉanto de Scio 2019-06-21 13:41:34 +10:00
parent 6ce8a55d28
commit aa1bc6f293
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -56,15 +56,15 @@ main = do
, ((0, xK_Print), spawn "scrot") , ((0, xK_Print), spawn "scrot")
-- Turn on the eDP-1 port and set it as the primary display -- Turn on the eDP-1 port and set it as the primary display
, ((mod4Mask .|. shiftMask, xK_e), spawn , ((mod4Mask .|. shiftMask, xK_e), spawn
"xrandr --output eDP1 --primary --auto --output " "xrandr --output eDP-1 --primary --auto --output "
) )
-- Turn off the HDMI port -- Turn off the HDMI port
, ((mod4Mask .|. controlMask, xK_h), spawn , ((mod4Mask .|. controlMask, xK_h), spawn
"xrandr --output HDMI1 --off" "xrandr --output HDMI-1 --off"
) )
-- 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 eDP1 --primary --auto --output HDMI1 --right-of eDP1 --auto" "xrandr --output eDP-1 --primary --auto --output HDMI-1 --right-of eDP-1 --auto"
) )
, ((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%-")