aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-12 14:27:29 -0400
committerBlista Kanjo2021-10-12 14:27:29 -0400
commitf7d5d0760a39bba534ace219a8a12e1c28618338 (patch)
treebfdf88c36f147766eed3ea1ad9f16627fc66d931 /awesome
parentebed6e266152479a5dd316b6d5d9f38d8b09c219 (diff)
added "zoom" to floating clients
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 3e456fe..57ae7f3 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -563,7 +563,8 @@ awful.rules.rules = {
"Tor Browser", -- Needs a fixed window size to avoid fingerprinting by screen size.
"Wpa_gui",
"veromix",
- "xtightvncviewer"},
+ "xtightvncviewer",
+ "zoom"},
-- Note that the name property shown in xprop might be set slightly after creation of the client
-- and the name shown there might not match defined rules here.