Skip to content

Commit

Permalink
AwesomeWM configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Sep 12, 2016
1 parent ed8242a commit f43ed6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/awesome/rc.lua
Expand Up @@ -410,6 +410,8 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { name = "Rai.tv - Diretta.*" },
properties = { floating = true } },
{ rule = { class = "VirtualBox" },
properties = { floating = true } },
-- Open app with [name|class] (use xprop) on screen [x] and tag [y]
{ rule = { class = "Google-chrome", name = ".*YouGov Slack.*" },
properties = { tag = tags[one_screen][1] } },
Expand Down

0 comments on commit f43ed6c

Please sign in to comment.