uzbl tab bar and minor fixes
This commit is contained in:
parent
365590c3e9
commit
cf9258bafc
4 changed files with 55 additions and 2 deletions
|
@ -17,11 +17,15 @@ awful.rules.rules = {
|
|||
focus = true } },
|
||||
{ rule = { class = "pinentry" },
|
||||
properties = { floating = true } },
|
||||
{ rule = { class = "gimp" },
|
||||
{ rule = { class = "Gimp" },
|
||||
properties = { floating = true } },
|
||||
-- Set Firefox to always map on tags number 2 of screen 1.
|
||||
{ rule = { class = "Uzbl-core" },
|
||||
properties = { tag = tags[rule_screen][2],
|
||||
skip_taskbar = false } },
|
||||
{ rule = { class = "Firefox", instance = "Navigator" },
|
||||
properties = { tag = tags[rule_screen][2],
|
||||
skip_taskbar = true,
|
||||
floating = false } },
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = tags[rule_screen][3]} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue