From 99c351b217ac89b97d436504ca7f2194b3326021 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 25 Mar 2023 19:31:19 -0400 Subject: [PATCH] Make Picture in Picture Floating --- README.org | 1 + rc.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index d2856d0..f34df83 100644 --- a/README.org +++ b/README.org @@ -689,6 +689,7 @@ awful.rules.rules = { -- and the name shown there might not match defined rules here. name = { "Event Tester", -- xev. + "Picture in picture", }, role = { "AlarmWindow", -- Thunderbird's calendar. diff --git a/rc.lua b/rc.lua index 010633f..097fd30 100644 --- a/rc.lua +++ b/rc.lua @@ -489,6 +489,7 @@ awful.rules.rules = { -- and the name shown there might not match defined rules here. name = { "Event Tester", -- xev. + "Picture in picture", }, role = { "AlarmWindow", -- Thunderbird's calendar.