From: Samir Benmendil Date: Wed, 1 Feb 2017 17:47:13 +0000 (+0000) Subject: awesome: update rule for sensation editor X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6048c694875b68a71a8603a8fd167b1f27b95bb0?ds=sidebyside awesome: update rule for sensation editor --- diff --git a/awesome/rules.lua b/awesome/rules.lua index 2b2fb73..91c4407 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -24,7 +24,7 @@ awful.rules.rules = { keys = clientkeys, screen = awful.screen.preferred, buttons = clientbuttons } }, - { rule = { class = "Sensation Editor Standard" }, + { rule = { class = "Sensation Editor" }, properties = { floating = true } }, { rule = { class = "mpv" }, properties = { floating = true } },