aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2022-04-27 22:54:11 -0400
committerBlista Kanjo2022-04-27 22:54:11 -0400
commit5b1e0807c76b20642b2621bc50913d7e3a0e3944 (patch)
tree3247bafc99199b5259a4657eda56b9e5e8201eb1 /awesome
parent6976290c83647b441215a20ee3f52085b0148906 (diff)
added MPlayer to minimize_parent
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 4746aa9..9fe340d 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -578,7 +578,7 @@ awful.rules.rules = {
"pinentry",
},
class = {
- "Agave",
+ "Agave",
"Arandr",
"Blueman-manager",
"Gpick",
@@ -602,7 +602,7 @@ awful.rules.rules = {
-- and the name shown there might not match defined rules here.
name = {
"Event Tester", -- xev.
- "Task Manager",
+ "Task Manager",
},
role = {
"AlarmWindow", -- Thunderbird's calendar.
@@ -664,12 +664,13 @@ awful.spawn.easy_async_with_shell("/home/kylert/.config/awesome/autorun.sh")
-- Client Swallowing Function
-table_is_swallowed = {
+table_is_swallowed = {
"Alacritty" }
-table_minimize_parent = {
+table_minimize_parent = {
"mpv",
- "vlc" }
-table_cannot_swallow = {
+ "vlc",
+ "MPlayer" }
+table_cannot_swallow = {
"xev" }
function is_in_Table(table, element)
@@ -753,4 +754,3 @@ client.connect_signal("manage", function(c)
end)
-- End Client Swallowing Function
-