summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-13 10:26:05 -0800
committerMike Crute <crutem@amazon.com>2019-02-13 10:38:32 -0800
commitaacf08b988d3749637d84d87229c53e222be0d05 (patch)
tree62840178de86bab9bb744a17de825d215225ad3a /.config
parent8858eb3bae537d5e5fe38b3862064a297c6d693c (diff)
downloaddotfiles-aacf08b988d3749637d84d87229c53e222be0d05.tar.bz2
dotfiles-aacf08b988d3749637d84d87229c53e222be0d05.tar.xz
dotfiles-aacf08b988d3749637d84d87229c53e222be0d05.zip
Split wide screens by default
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index ea5ec0f..fbbe92e 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -559,8 +559,10 @@ function configure_displays()
559 return 559 return
560 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor 560 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor
561 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 561 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
562 split_screen_vertical()
562 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors 563 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors
563 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 564 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
565 split_screen_vertical()
564 return 566 return
565 elseif s.edid == "DELL_XPS_13" then -- Built-in display 567 elseif s.edid == "DELL_XPS_13" then -- Built-in display
566 -- continue 568 -- continue