aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2023-08-22 12:30:52 -0400
committerBlista Kanjo2023-08-22 12:30:52 -0400
commitfc2d622d690e373a18120efb6fcf6da6fa524fbb (patch)
tree6bd43767e050a527498093ba75b9732316d3afa4 /.config/awesome
parentb8a721b416fecf25f6065786e079ead0d8b424e2 (diff)
refactor: remove confusing comments
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 7cfa53c..2116766 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -712,7 +712,6 @@ ruled.client.connect_signal("request::rules", function()
-- floating clients.
ruled.client.append_rule {
- -- all clients will match this rule.
{
rule = {},
properties = {
@@ -727,7 +726,6 @@ ruled.client.connect_signal("request::rules", function()
}
},
- -- clients:
{
rule_any = {
instance = {
@@ -779,6 +777,7 @@ end)
client.connect_signal("mouse::enter", function(c)
c:activate { context = "mouse_enter", raise = false }
end)
+
-- gaps
beautiful.useless_gap = 5