Skip to content

Commit

Permalink
awesome: make firefox dialogs appear on active screen+tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraav committed May 21, 2012
1 parent 2231d18 commit 1f05887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/awesome/rc.lua
Expand Up @@ -441,7 +441,7 @@ awful.rules.rules = {
buttons = clientbuttons } },
-- Set Firefox to always map on tags number 1 of screen 1.
{ rule = { class = "Firefox" }, properties = { tag = tags[1][1] } },
properties = { tag = tags[1][1] } },
{ rule = { class = "Firefox", instance = "Dialog" }, callback = function(c) awful.client.movetotag(tags[mouse.screen][awful.tag.getidx()], c) end},
{ rule = { class = "google-chrome" }, properties = { tag = tags[1][1] } },
{ rule = { class = "Gvim" }, properties = { size_hints_honor = false } },
{ rule = { name = "leho@vmr45:~" }, properties = { maximized_vertical = true, maximized_horizontal = true } },
Expand Down

0 comments on commit 1f05887

Please sign in to comment.