Skip to content

Commit

Permalink
Change some app-tag bindings in Awesome.
Browse files Browse the repository at this point in the history
  • Loading branch information
intelfx committed Sep 10, 2014
1 parent 8208b01 commit be25629
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ awful.rules.rules = {
properties = { floating = true } },

{ rule = { class = "Okular" },
properties = { tag = tags[1][3] } },
properties = { tag = tags[1][6] } },

{ rule = { class = "Digikam" },
properties = { tag = tags[1][5] } },
Expand All @@ -1077,6 +1077,9 @@ awful.rules.rules = {
{ rule = { class = "Cantata" },
properties = { tag = tags[1][5] } },

{ rule = { class = "Puddletag" },
properties = { tag = tags[1][3] } },

{ rule = { class = "K3b" },
properties = { tag = tags[1][5] } },

Expand Down

0 comments on commit be25629

Please sign in to comment.