From 6048c694875b68a71a8603a8fd167b1f27b95bb0 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Feb 2017 17:47:13 +0000 Subject: [PATCH] awesome: update rule for sensation editor --- awesome/rules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }, -- 2.48.1