]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

additional app rules
authormartin f. krafft <madduck@madduck.net>
Sun, 6 Feb 2022 13:50:25 +0000 (14:50 +0100)
committermartin f. krafft <madduck@madduck.net>
Sun, 6 Feb 2022 13:52:42 +0000 (14:52 +0100)
.config/awesome/rc.lua

index e64d1fe46ac1efba389b91f65e9b15737da788f1..c727e78a56838b07035975f337f7d105e16e26b9 100644 (file)
@@ -1069,7 +1069,9 @@ awful.rules.rules = {
     },
     { rule_any = { instance = {
         "tridactyl-edit",
-        "pdfshuffler"
+        "pdfshuffler",
+        "vlc",
+        "pavucontrol"
     }},
       properties = { floating = true,
                      maximized = false,
@@ -1082,6 +1084,8 @@ awful.rules.rules = {
                         "Gimp",
                         "Inkscape",
                         "Pitivi",
+                        "Audacity",
+                        "Microsoft Teams - Preview",
                     },
                     instance = {
                         "libreoffice",
@@ -1092,7 +1096,7 @@ awful.rules.rules = {
                         layout = layouts.maximised,
                         volatile = true,
                     },
-                     switchtotag = true,
+                     --switchtotag = true,
                      focus = true,
                    },
     },