From 21add8471400ccaf96416116590130d403c3eed5 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 6 Feb 2022 14:50:25 +0100 Subject: [PATCH] additional app rules --- .config/awesome/rc.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e64d1fe..c727e78 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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, }, }, -- 2.39.2