summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2022-03-03 17:19:42 -0800
committerMike Crute <mike@crute.us>2022-03-03 17:21:49 -0800
commite228df78518b175bee706374795af3a987fe7072 (patch)
tree0946303a2f6301047602dbfa75e10561afe4b996 /.config
parent6e28263b5b430d80db26b9cb343e8f13c7d6bf74 (diff)
downloaddotfiles-e228df78518b175bee706374795af3a987fe7072.tar.bz2
dotfiles-e228df78518b175bee706374795af3a987fe7072.tar.xz
dotfiles-e228df78518b175bee706374795af3a987fe7072.zip
Add more monitors to awesome
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/mcrute.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/awesome/mcrute.lua b/.config/awesome/mcrute.lua
index 8f76b06..a3e9c9a 100644
--- a/.config/awesome/mcrute.lua
+++ b/.config/awesome/mcrute.lua
@@ -595,6 +595,9 @@ function configure_displays()
595 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor 595 elseif s.edid == "DELL U3219Q" then -- 32" 4k Dell monitor
596 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 596 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
597 --split_screen_vertical() 597 --split_screen_vertical()
598 elseif s.edid == "LF32TU87" then -- 32" 4k Samsung monitor
599 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
600 --split_screen_vertical()
598 elseif s.edid == "49S405" then -- 32" 4k Dell monitor 601 elseif s.edid == "49S405" then -- 32" 4k Dell monitor
599 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 602 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
600 --split_screen_vertical() 603 --split_screen_vertical()
@@ -609,6 +612,9 @@ function configure_displays()
609 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off") 612 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
610 --split_screen_vertical() 613 --split_screen_vertical()
611 return 614 return
615 elseif s.edid == "GOOGLE JN32A" then -- XPS 13 Built-in display
616 awful.spawn.spawn("xrandr --output " .. s.card .. " --auto --output eDP-1 --off")
617 return
612 elseif s.edid == "BOE_51207" then -- XPS 13 Built-in display 618 elseif s.edid == "BOE_51207" then -- XPS 13 Built-in display
613 -- continue 619 -- continue
614 elseif s.edid == "AUO_11048" then -- X1 Carbon Built-in display 620 elseif s.edid == "AUO_11048" then -- X1 Carbon Built-in display