From 51e4ba8f1248c89ec192e99c6413196a5b30b09d Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 19 Sep 2016 18:01:47 +0300 Subject: [PATCH] switch to external screen as the main one --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index c9441f5..7cf4b97 100644 --- a/rc.lua +++ b/rc.lua @@ -227,7 +227,7 @@ mymainmenu_restart = { } mymainmenu_screens = { { 'one', function() awful.util.spawn('xrandr --output HDMI1 --off') end }, - { 'two', function() awful.util.spawn('xrandr --output eDP1 --primary --auto --output HDMI1 --auto --below eDP1') end } + { 'two', function() awful.util.spawn('xrandr --output eDP1 --auto --output HDMI1 --primary --auto --right-of eDP1') end } } --mymainmenu_quit = { -- { 'quit', awesome.quit }