From e183f20e8c497aaa154fc0fa8944d1d023249087 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 4 Nov 2012 00:06:44 -0400 Subject: Float feh windows --- .config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/awesome') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e2bec06c..db8c7dd6 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -286,6 +286,8 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "qemu" }, properties = { floating = true } }, + { rule = { class = "feh" }, + properties = { floating = true } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } }, -- cgit 1.4.1