]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
autostart: let xprofile manage application startup
[dotfiles.git] / awesome / rules.lua
index fe8ffc0f44440c49c18ff6d147db153ef1286880..20fa19aea3b5c7c3ebc5cdb979ecc51e51bcb776 100644 (file)
@@ -23,6 +23,8 @@ awful.rules.rules = {
                      focus = awful.client.focus.filter,
                      keys = clientkeys,
                      buttons = clientbuttons } },
+    { rule = { class = "Sensation Editor Standard" },
+      properties = { floating = true } },
     { rule = { class = "mpv" },
       properties = { floating = true } },
     { rule = { class = "MPlayer" },