]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
nvim: tidy luasnip
[dotfiles.git] / awesome / rules.lua
index f7488821a02a452fee5608b96c156f289c970d8d..76d59e79b1e74aa2882d793c3bd88a57a4b72b4b 100644 (file)
@@ -28,13 +28,17 @@ awful.rules.rules = {
                      placement = awful.placement.no_overlap+awful.placement.no_offscreen } },
     { rule_any = {
         class = {
-            "Sensation Editor",
             "MPlayer",
             "pinentry",
-            "mpv",
             "gimp",
+        },
+        instance = {
+            "qemu",
         } },
       properties = { floating = true } },
+    { rule = { class = "mpv" },
+      properties = { border_width = 0,
+                     floating = true }},
     { rule = { class = terminal_class, instance = "pulsemixer" },
       properties = { floating = true,
                      skip_taskbar = true,
@@ -47,19 +51,7 @@ awful.rules.rules = {
     { rule = { class = "Wine"},
       properties = { floating = true } },
     { rule = { class = terminal_class },
-      properties = { opacity = 0.8 } },
-    { rule = { class = terminal_class, instance = "mutt" },
-      properties = { tag = wwwtag,
-                     function (c) awful.client.setslave(c) end } },
-    { rule = { class = terminal_class, instance = "ncmpcpp" },
-      properties = { tag = mediatag,
-                     function (c) awful.client.setmaster(c) end } },
-    { rule = { class = terminal_class, instance = "mopidy" },
-      properties = { tag = mediatag,
-                     function (c) awful.client.setmaster(c) end } },
-    { rule = { class = terminal_class, instance = "weechat" },
-      properties = { tag = imtag,
-                     function (c) awful.client.setmaster(c) end } },
+      properties = { opacity = 0.95 } },
     { rule_any = { class = { "Steam", "steam" } },
       properties = { tag = tags[1][9] } },
 }