diff options
| author | navewindre <boneyaard@gmail.com> | 2026-02-16 15:03:06 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2026-02-16 15:03:06 +0100 |
| commit | 9e2e988236e7180c9299b20b503b143e35d3b198 (patch) | |
| tree | 806ff31034054d42abd55f2e206cafe0eb2a3f89 | |
| parent | 2e6940a2359b7caf38b3ac74b8b98376a914d873 (diff) | |
| -rw-r--r-- | config/cortile/config.toml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/config/cortile/config.toml b/config/cortile/config.toml index b00edf1..739cb1b 100644 --- a/config/cortile/config.toml +++ b/config/cortile/config.toml @@ -8,7 +8,10 @@ # Initial tiling activation, will be cached afterwards (true | false). tiling_enabled = false - +tiling_cycle = [ + "vertical-left", + "vertical-right" +] # Initial tiling layout, will be cached afterwards ("vertical-left" | "vertical-right" | "horizontal-top" | "horizontal-bottom" | "maximized" | "fullscreen"). tiling_layout = "vertical-right" @@ -89,16 +92,16 @@ edge_center_size = 100 ################################################################################ # Window text color. -gui_text = [160, 156, 252, 255] +gui_text = [225, 225, 225, 255] # Window background color. -gui_background = [255, 255, 255, 255] +gui_background = [21, 22, 24, 255] # Slave client layout color. -gui_client_slave = [160, 156, 252, 255] +gui_client_slave = [233, 105, 105, 255] # Master client layout color. -gui_client_master = [160, 156, 252, 255] +gui_client_master = [233, 105, 105, 255] # Systray icon background color. icon_background = [0, 0, 0, 0] |
