Skip to content

Commit

Permalink
chromium rule for debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 22, 2014
1 parent 3573496 commit cecd1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rc.lua
Expand Up @@ -526,6 +526,7 @@ awful.rules.rules = {
},
{ rule = { class = "ROX-Filer" }, properties = { floating = true } },
{ rule = { class = "Chromium-browser" }, properties = { floating = false } },
{ rule = { class = "Chromium" }, properties = { floating = false } },
{ rule = { class = "Google-chrome" }, properties = { floating = false } },
{ rule = { class = "Firefox" }, properties = { floating = false } },
}
Expand Down

0 comments on commit cecd1d5

Please sign in to comment.