1
0
Fork 0

switch to external screen as the main one

This commit is contained in:
Von Random 2016-09-19 18:01:47 +03:00
parent 82e8e056aa
commit 51e4ba8f12

2
rc.lua
View file

@ -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 }