multi-monitor setup
parent
d78da23678
commit
86ef76a57d
|
@ -52,7 +52,7 @@ myConfig = def
|
||||||
, manageHook = myManageHook -- Match on certain windows
|
, manageHook = myManageHook -- Match on certain windows
|
||||||
, startupHook = do
|
, startupHook = do
|
||||||
-- other startup commands
|
-- other startup commands
|
||||||
spawnOnce "xrandr --output HDMI-A-0 --mode 1366x768"
|
spawnOnce "xrandr --output DisplayPort-0 --mode 1366x768 --pos 1366x0 --rotate left --output HDMI-A-0 --primary --mode 1366x768 --pos 0x0 --rotate normal --output DVI-D-0 --off"
|
||||||
spawnOnce "xrdb /home/hashirama/.Xresources"
|
spawnOnce "xrdb /home/hashirama/.Xresources"
|
||||||
spawnOnce "feh --bg-fill /home/hashirama/wallpaper.jpg"
|
spawnOnce "feh --bg-fill /home/hashirama/wallpaper.jpg"
|
||||||
spawnOnce "compton -b"
|
spawnOnce "compton -b"
|
||||||
|
|
Loading…
Reference in New Issue