Skip to content

Commit

Permalink
Google chrome,chromium, firefox to non-floating
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 16, 2013
1 parent 9b5b509 commit 8301be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ awful.rules.rules = {
border_color = beautiful.border_normal }
},
{ rule = { class = "ROX-Filer" }, properties = { floating = true } },
{ rule = { class = "Chromium-browser" }, properties = { floating = false } },
{ rule = { class = "Google-chrome" }, properties = { floating = false } },
{ rule = { class = "Firefox" }, properties = { floating = false } },
}
-- }}}

Expand Down

0 comments on commit 8301be0

Please sign in to comment.