Gaps & Border Size
This commit is contained in:
12
README.org
12
README.org
@@ -15,6 +15,7 @@
|
|||||||
- [[#key-bindings][Key Bindings]]
|
- [[#key-bindings][Key Bindings]]
|
||||||
- [[#rules][Rules]]
|
- [[#rules][Rules]]
|
||||||
- [[#signals][Signals]]
|
- [[#signals][Signals]]
|
||||||
|
- [[#windows][Windows]]
|
||||||
|
|
||||||
* Welcome
|
* Welcome
|
||||||
|
|
||||||
@@ -691,3 +692,14 @@ client.connect_signal("focus", function(c) c.border_color = beautiful.border_foc
|
|||||||
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
||||||
-- }}}
|
-- }}}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Windows
|
||||||
|
|
||||||
|
#+BEGIN_SRC lua :tangle rc.lua
|
||||||
|
-- {{{ Windows
|
||||||
|
-- Configuration of windows
|
||||||
|
beautiful.useless_gap = 10
|
||||||
|
beautiful.gap_single_client = true
|
||||||
|
beautiful.border_width = 2
|
||||||
|
-- }}}
|
||||||
|
#+END_SRC
|
||||||
|
7
rc.lua
7
rc.lua
@@ -622,3 +622,10 @@ end)
|
|||||||
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
|
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
|
||||||
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
-- {{{ Windows
|
||||||
|
-- Configuration of windows
|
||||||
|
beautiful.useless_gap = 10
|
||||||
|
beautiful.gap_single_client = true
|
||||||
|
beautiful.border_width = 2
|
||||||
|
-- }}}
|
||||||
|
Reference in New Issue
Block a user