Move Firefox to a better screen, change tag names
This commit is contained in:
parent
d63d5eeb3c
commit
84f1856f00
2 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ local scrlocker = "slock"
|
||||||
|
|
||||||
|
|
||||||
awful.util.terminal = terminal
|
awful.util.terminal = terminal
|
||||||
awful.util.tagnames = { "Work", "Message", "Offwork"}
|
awful.util.tagnames = { "Work", "Manage", "Offwork"}
|
||||||
awful.layout.layouts = {
|
awful.layout.layouts = {
|
||||||
awful.layout.suit.max,
|
awful.layout.suit.max,
|
||||||
awful.layout.suit.magnifier,
|
awful.layout.suit.magnifier,
|
||||||
|
@ -645,7 +645,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.util.tagnames[1] } },
|
properties = { screen = 2, tag = awful.util.tagnames[1] } },
|
||||||
|
|
||||||
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
{ rule = { class = "Gimp", role = "gimp-image-window" },
|
||||||
properties = { maximized = true } },
|
properties = { maximized = true } },
|
||||||
|
|
|
@ -311,7 +311,7 @@ function theme.at_screen_connect(s)
|
||||||
gears.wallpaper.maximized(wallpaper, s, true)
|
gears.wallpaper.maximized(wallpaper, s, true)
|
||||||
|
|
||||||
-- Tags
|
-- Tags
|
||||||
awful.tag(awful.util.tagnames, s, awful.layout.layouts)
|
awful.tag(awful.util.tagnames, s, awful.layout.layouts[1])
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = awful.widget.prompt()
|
s.mypromptbox = awful.widget.prompt()
|
||||||
|
|
Loading…
Reference in a new issue