From 0a8599a509b5d7007eb3f5e41f3aba95e5bff084 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 7 Jun 2013 17:20:50 +0200 Subject: [PATCH] Awesome rule for QEMU. --- .config/awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 33387c6d..7b494c67 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -592,6 +592,9 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "Steam" }, properties = { floating = true } }, + { rule = { name = "QEMU" }, + properties = { floating = true } }, + -- Flash workaround. Does not work? { rule = { instance = "plugin-container" },