experimenting with one screen above another
This commit is contained in:
parent
4483be3bbb
commit
f9cbc67488
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -227,7 +227,7 @@ mymainmenu_restart = {
|
|||
}
|
||||
mymainmenu_screens = {
|
||||
{ 'one', function() awful.util.spawn('xrandr --output DP1 --off') end },
|
||||
{ 'two', function() awful.util.spawn('xrandr --output DP1 --primary --auto --output eDP1 --auto --right-of DP1') end }
|
||||
{ 'two', function() awful.util.spawn('xrandr --output eDP1 --primary --auto --output DP1 --auto --above eDP1') end }
|
||||
}
|
||||
--mymainmenu_quit = {
|
||||
-- { 'quit', awesome.quit }
|
||||
|
|
Loading…
Reference in a new issue