]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
dircolors: add kitty to solarized-dark theme
[dotfiles.git] / awesome / rules.lua
index f7488821a02a452fee5608b96c156f289c970d8d..5dfcba82cf17f5459465e4bd45bd63fc151f4eab 100644 (file)
@@ -28,7 +28,6 @@ awful.rules.rules = {
                      placement = awful.placement.no_overlap+awful.placement.no_offscreen } },
     { rule_any = {
         class = {
-            "Sensation Editor",
             "MPlayer",
             "pinentry",
             "mpv",
@@ -47,19 +46,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.9 } },
     { rule_any = { class = { "Steam", "steam" } },
       properties = { tag = tags[1][9] } },
 }