From: Samir Benmendil Date: Tue, 27 Aug 2013 10:41:55 +0000 (+0200) Subject: float mpv X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6dd3a496486155392a7e06bf7b61704431d3f7fa?ds=inline float mpv --- diff --git a/awesome/rules.lua b/awesome/rules.lua index c9544c6..977b091 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -18,6 +18,8 @@ awful.rules.rules = { focus = awful.client.focus.filter, keys = clientkeys, buttons = clientbuttons } }, + { rule = { class = "mpv" }, + properties = { floating = true } }, { rule = { class = "MPlayer" }, properties = { floating = true } }, { rule = { class = "pinentry" },