xmonad: changed background
This commit is contained in:
parent
38da05e997
commit
b0c4be5bec
|
@ -46,7 +46,7 @@ myXPConfig = def -- Configure the prompt's appearance
|
||||||
, promptBorderWidth = 0
|
, promptBorderWidth = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
backgroundCmd = "feh --bg-scale ~/Documents/Images/Posters/FuegoMilkyWay.jpg"
|
backgroundCmd = "feh --bg-scale ~/Documents/Images/Posters/STEVEs.jpeg"
|
||||||
compositeMgr = "xcompmgr -f -C -n -D 3"
|
compositeMgr = "xcompmgr -f -C -n -D 3"
|
||||||
musicCmd = "mpd"
|
musicCmd = "mpd"
|
||||||
nextcloudCmd = "nextcloud"
|
nextcloudCmd = "nextcloud"
|
||||||
|
@ -109,7 +109,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 --newmode \"2560x1440R\" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync ; xrandr --addmode HDMI-1 2560x1440R ; xrandr --output eDP-1 --primary --auto --output HDMI-1 --above eDP-1 --mode 2560x1440R ; feh --bg-scale ~/Documents/Images/Posters/FuegoMilkyWay.jpg"
|
"xrandr --newmode \"2560x1440R\" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync ; xrandr --addmode HDMI-1 2560x1440R ; xrandr --output eDP-1 --primary --auto --output HDMI-1 --above eDP-1 --mode 2560x1440R ; feh --bg-scale ~/Documents/Images/Posters/STEVEs.jpeg"
|
||||||
)
|
)
|
||||||
, ((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%-")
|
||||||
|
|
Loading…
Reference in a new issue