1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00
This commit is contained in:
copycat-killer 2017-01-25 13:44:15 +01:00
parent d2e95f8343
commit a63e15fa12
8 changed files with 8 additions and 8 deletions

View file

@ -732,7 +732,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -786,7 +786,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -717,7 +717,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -822,7 +822,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -804,7 +804,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -782,7 +782,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -719,7 +719,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,

View file

@ -739,7 +739,7 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1. -- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" }, { 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" }, { rule = { class = "Gimp", role = "gimp-image-window" },
properties = { maximized_horizontal = true, properties = { maximized_horizontal = true,