rule fix and include order fix
This commit is contained in:
parent
cf9258bafc
commit
65ffb78c22
2
rc.lua
2
rc.lua
|
@ -37,7 +37,7 @@ layouts =
|
||||||
|
|
||||||
dofile (MY_PATH .. "tags.lua")
|
dofile (MY_PATH .. "tags.lua")
|
||||||
dofile (MY_PATH .. "wibox.lua")
|
dofile (MY_PATH .. "wibox.lua")
|
||||||
|
dofile (MY_PATH .. "bindings.lua")
|
||||||
dofile (MY_PATH .. "rules.lua")
|
dofile (MY_PATH .. "rules.lua")
|
||||||
dofile (MY_PATH .. "signals.lua")
|
dofile (MY_PATH .. "signals.lua")
|
||||||
dofile (MY_PATH .. "uzbl.lua")
|
dofile (MY_PATH .. "uzbl.lua")
|
||||||
dofile (MY_PATH .. "bindings.lua")
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ awful.rules.rules = {
|
||||||
focus = true } },
|
focus = true } },
|
||||||
{ rule = { class = "pinentry" },
|
{ rule = { class = "pinentry" },
|
||||||
properties = { floating = true } },
|
properties = { floating = true } },
|
||||||
{ rule = { class = "Gimp" },
|
|
||||||
properties = { floating = true } },
|
|
||||||
-- Set Firefox to always map on tags number 2 of screen 1.
|
-- Set Firefox to always map on tags number 2 of screen 1.
|
||||||
{ rule = { class = "Uzbl-core" },
|
{ rule = { class = "Uzbl-core" },
|
||||||
properties = { tag = tags[rule_screen][2],
|
properties = { tag = tags[rule_screen][2],
|
||||||
|
|
Loading…
Reference in a new issue