Add mako and update confs

This commit is contained in:
2021-11-10 15:38:52 +01:00
parent 02a9e46f96
commit 6cf171227a
23 changed files with 314 additions and 863 deletions

View File

@@ -13,7 +13,7 @@ swaymsg -t subscribe -m '[ "window" ]' | while read -r event ; do
if [ "$app_name" = "kitty" ] ; then
app_name=""
elif [ "$app_name" = "chromium" ] ; then
elif [ "$app_name" = "Chromium" ] || [ "$app_name" = "google-chrome" ]; then
case "$(jq -r '.container.name' <<< $event)" in
*YouTube*)
app_name=""