X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0186777142eb733e600b34210854a77b2d390a77..72b66a86cfeaf18b31c5454b685ee2d341f816b6:/awesome/rules.lua diff --git a/awesome/rules.lua b/awesome/rules.lua index fe8ffc0..91c4407 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -22,7 +22,10 @@ awful.rules.rules = { border_color = beautiful.border_normal, focus = awful.client.focus.filter, keys = clientkeys, + screen = awful.screen.preferred, buttons = clientbuttons } }, + { rule = { class = "Sensation Editor" }, + properties = { floating = true } }, { rule = { class = "mpv" }, properties = { floating = true } }, { rule = { class = "MPlayer" },