added two new aliases for backups and some test fixes in awesome config.

This commit is contained in:
Johannes Findeisen 2015-08-08 02:10:34 +02:00
commit 52a5c4d1a6
2 changed files with 8 additions and 4 deletions

View file

@ -520,12 +520,14 @@ awful.rules.rules = {
raise = true,
keys = clientkeys,
buttons = clientbuttons } },
{ rule = { class = "MPlayer" },
properties = { floating = true } },
{ rule = { class = "pinentry" },
properties = { floating = true } },
--{ rule = { class = "MPlayer" },
-- properties = { floating = true } },
--{ rule = { class = "pinentry" },
-- properties = { floating = true } },
{ rule = { class = "gimp" },
properties = { floating = true } },
{ rule = { instance = "urxvt" },
properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } },