1
0
Fork 0

some small fixes for awesome

This commit is contained in:
Von Random 2016-09-21 18:37:22 +03:00
parent 9a493e7516
commit 62708b7222

5
rc.lua
View file

@ -188,7 +188,6 @@ tags[1].layout = {
-- screens 2+ -- screens 2+
if screen.count() >= 2 then if screen.count() >= 2 then
tags[2].layout = { tags[2].layout = {
[1] = layouts.float[1]
} }
end end
-- Fill the missing values with defaults -- Fill the missing values with defaults
@ -226,8 +225,8 @@ mymainmenu_restart = {
{ 'restart', awesome.restart } { 'restart', awesome.restart }
} }
mymainmenu_screens = { mymainmenu_screens = {
{ 'one', function() awful.util.spawn('xrandr --output HDMI1 --off') end }, { 'one', function() awful.util.spawn_with_shell('1monitor') end },
{ 'two', function() awful.util.spawn('xrandr --output eDP1 --auto --output HDMI1 --primary --auto --right-of eDP1') end } { 'two', function() awful.util.spawn_with_shell('2monitors') end }
} }
--mymainmenu_quit = { --mymainmenu_quit = {
-- { 'quit', awesome.quit } -- { 'quit', awesome.quit }