diff options
| author | Blista Kanjo | 2021-10-12 14:27:29 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-12 14:27:29 -0400 |
| commit | f7d5d0760a39bba534ace219a8a12e1c28618338 (patch) | |
| tree | bfdf88c36f147766eed3ea1ad9f16627fc66d931 | |
| parent | ebed6e266152479a5dd316b6d5d9f38d8b09c219 (diff) | |
added "zoom" to floating clients
| -rw-r--r-- | awesome/rc.lua | 3 |
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. |
