]> git.donarmstrong.com Git - x_base.git/commitdiff
* pinentry and mplayer should be ontop
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Jun 2011 19:58:52 +0000 (19:58 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Jun 2011 19:58:52 +0000 (19:58 +0000)
.config/awesome/rc.lua

index 75e90a87f4edd09b2ebfb1dc263e22dc0617eb5e..813cea915b5053798d52c953590c4e77240a2162 100644 (file)
@@ -317,9 +317,9 @@ awful.rules.rules = {
                      keys = clientkeys,
                      buttons = clientbuttons } },
     { rule = { class = "MPlayer" },
-      properties = { floating = true } },
+      properties = { floating = true , ontop=true } },
     { rule = { class = "pinentry" },
-      properties = { floating = true } },
+      properties = { floating = true , ontop=true } },
     { rule = { class = "gimp" },
       properties = { floating = true } },
     -- Set Firefox to always map on tags number 2 of screen 1.