Skip to content

Commit

Permalink
don't float gimp, use it's single-window mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Mar 29, 2013
1 parent c37f356 commit 9d1c7c0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,18 +430,16 @@ awful.rules.rules = {
-- Private rules
{ rule = { },
properties = { size_hints_honor = false } },
{ rule = { class = "Gimp" },
properties = { floating = true, tag = tags[1][7] } },
{ rule = { class = "Gmrun" },
properties = { floating = true } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },
{ rule = { class = "Plugin-container"},
properties = { floating = true } },
{ rule = { instance = "Navigator" },
properties = { tag = tags[1][2] } },
{ rule = { class = "Gimp" },
properties = { tag = tags[1][7] } },
{ rule = { class = "Pidgin" },
properties = { floating = true, tag = tags[1][8] } },
{ rule = { class = "Plugin-container"},
properties = { floating = true } },
{ rule = { class = "Skype" },
properties = { floating = true, tag = tags[1][8] } },
{ rule = { class = "VirtualBox" },
Expand Down

0 comments on commit 9d1c7c0

Please sign in to comment.