fix #141
This commit is contained in:
parent
d2e95f8343
commit
a63e15fa12
|
@ -732,7 +732,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -786,7 +786,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -717,7 +717,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -822,7 +822,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -804,7 +804,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -782,7 +782,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -719,7 +719,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
|
@ -739,7 +739,7 @@ awful.rules.rules = {
|
|||
|
||||
-- Set Firefox to always map on the first tag on screen 1.
|
||||
{ rule = { class = "Firefox" },
|
||||
properties = { screen = 1, tag = awful.screen.focused().tags[1] } },
|
||||
properties = { screen = 1, tag = screen[1].tags[1] } },
|
||||
|
||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||
properties = { maximized_horizontal = true,
|
||||
|
|
Loading…
Reference in New Issue