From: Don Armstrong Date: Wed, 8 Jun 2011 19:58:52 +0000 (+0000) Subject: * pinentry and mplayer should be ontop X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=75b6d1db05411de0ce9ce782cd109889f6d96764 * pinentry and mplayer should be ontop --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 75e90a8..813cea9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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.