summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-05-19 21:18:12 +0200
committerMike Crute <crutem@amazon.com>2019-05-19 21:18:12 +0200
commite8dbff9cddf625cd05ea444b13e9fdb56ba339be (patch)
treeb8e01d8caa8bff5b7bbdc8c29ea3ea1a686007a9 /.config
parent1f8139785a5f0c3aa8101e97562af1de42a65dd3 (diff)
downloaddotfiles-e8dbff9cddf625cd05ea444b13e9fdb56ba339be.tar.bz2
dotfiles-e8dbff9cddf625cd05ea444b13e9fdb56ba339be.tar.xz
dotfiles-e8dbff9cddf625cd05ea444b13e9fdb56ba339be.zip
Don't split screen
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 7a8969e..84c72f2 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -571,7 +571,7 @@ function configure_displays()
571 return 571 return
572 elseif s.edid == "DELL U3417W" then -- 34" curved widescreen Dell monitors 572 elseif s.edid == "DELL U3417W" then -- 34" curved widescreen Dell monitors
573 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 573 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
574 split_screen_vertical() 574 --split_screen_vertical()
575 return 575 return
576 elseif s.edid == "DELL_XPS_13" then -- Built-in display 576 elseif s.edid == "DELL_XPS_13" then -- Built-in display
577 -- continue 577 -- continue