From 75b6d1db05411de0ce9ce782cd109889f6d96764 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 8 Jun 2011 19:58:52 +0000 Subject: [PATCH] * pinentry and mplayer should be ontop --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2