summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-04-18 09:02:05 -0700
committerMike Crute <crutem@amazon.com>2019-04-18 09:38:28 -0700
commitcfd010579bfe3caba636c801d7e163efd93ddc5d (patch)
tree5f1863f785026fce6b514098662e684f227a4f40 /.config
parent3d7571ce77467656473d30df09694e68222a6f2d (diff)
downloaddotfiles-cfd010579bfe3caba636c801d7e163efd93ddc5d.tar.bz2
dotfiles-cfd010579bfe3caba636c801d7e163efd93ddc5d.tar.xz
dotfiles-cfd010579bfe3caba636c801d7e163efd93ddc5d.zip
Add extra screen
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 3f22099..11922c2 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -547,6 +547,7 @@ function configure_displays()
547 "--output DP-1 --off " .. 547 "--output DP-1 --off " ..
548 "--output DP-2 --off " .. 548 "--output DP-2 --off " ..
549 "--output DP-2-8 --off " .. 549 "--output DP-2-8 --off " ..
550 "--output DP-5 --off " ..
550 "--panning 0x0") 551 "--panning 0x0")
551 return 552 return
552 end 553 end
@@ -561,6 +562,9 @@ function configure_displays()
561 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor 562 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor
562 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 563 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
563 split_screen_vertical() 564 split_screen_vertical()
565 elseif s.edid == "49S405" then -- 32" 4k Dell monitor
566 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
567 split_screen_vertical()
564 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors 568 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors
565 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 569 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
566 split_screen_vertical() 570 split_screen_vertical()