summaryrefslogtreecommitdiff
path: root/rc.org
diff options
context:
space:
mode:
Diffstat (limited to 'rc.org')
-rw-r--r--rc.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.org b/rc.org
index 148ae4c..68f931a 100644
--- a/rc.org
+++ b/rc.org
@@ -1286,6 +1286,8 @@ Still missing:
name = {
"Ediff",
+ "^**Floating Emacs**$", -- floating emacs client on exact match
+ "^**Capture**$",
"Event Tester", -- xev.
"Volume Control" -- pavuaudio (pulseaudio controller)
},
@@ -1293,7 +1295,7 @@ Still missing:
"AlarmWindow", -- Thunderbird's calendar.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
}
- }, properties = { floating = true }},
+ }, properties = { floating = true, placement = awful.placement.centered }},
-- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }