diff options
author | fpi | 2020-01-29 17:34:29 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:58:43 +0100 |
commit | e36d31be27f6d64765e4d6abdc45e75b5da3b996 (patch) | |
tree | dc2d6fab5a890213b2399b7564689e245d797497 | |
parent | Add awesome wm configuration (diff) |
Center all default floating clients & add some
-rw-r--r-- | rc.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" } |