Add new configuration

This commit is contained in:
Stephan Raabe
2023-11-21 22:30:20 +01:00
parent 06f0f6e72e
commit 3f1ec6a90f
14 changed files with 64 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
# -----------------------------------------------------
# General window layout and colors
# name: "No Border"
# -----------------------------------------------------
general {
gaps_in = 10
gaps_out = 14
border_size = 0
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
}