summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-16 17:17:36 -0800
committerMike Crute <mike@crute.us>2020-01-16 17:19:33 -0800
commit54b5e8da1ef5b17d25468b9663d0da2485f1c25b (patch)
tree0f99e44fd210f37b5d7efcbfe7e56f00ee8212ad /.config
parent5ffaee2de18a18059797ebd6700e165ae185e26c (diff)
downloaddotfiles-54b5e8da1ef5b17d25468b9663d0da2485f1c25b.tar.bz2
dotfiles-54b5e8da1ef5b17d25468b9663d0da2485f1c25b.tar.xz
dotfiles-54b5e8da1ef5b17d25468b9663d0da2485f1c25b.zip
Don't split screens automatically
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index bda26de..b605cea 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -568,13 +568,13 @@ function configure_displays()
568 return 568 return
569 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor 569 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor
570 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 570 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
571 split_screen_vertical() 571 --split_screen_vertical()
572 elseif s.edid == "49S405" then -- 32" 4k Dell monitor 572 elseif s.edid == "49S405" then -- 32" 4k Dell monitor
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 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors 575 elseif s.edid == "DELL U3415W" then -- 34" curved widescreen Dell monitors
576 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 576 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
577 split_screen_vertical() 577 --split_screen_vertical()
578 return 578 return
579 elseif s.edid == "DELL U3417W" then -- 34" curved widescreen Dell monitors 579 elseif s.edid == "DELL U3417W" then -- 34" curved widescreen Dell monitors
580 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 580 awful.util.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")