Commit 2cabe937 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Using a for_window border normal default instead of new window directives to...

Using a for_window border normal default instead of new window directives to enforce all windows have border/title bars.
parent a53a497a
......@@ -9,8 +9,7 @@ set $mod Mod4
# Configure border style <normal|1pixel|pixel xx|none|pixel>
#new_window pixel 1
new_window normal
new_float normal
for_window [class=".*"] border normal
# Hide borders <none|vertical|horizontal|both|smart>
hide_edge_borders smart
......@@ -423,7 +422,7 @@ set $indcolor #00ff00
# Set inner/outer gaps
gaps inner 6
gaps outer 0
gaps outer -6
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
# gaps inner|outer current|all set|plus|minus <px>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment