summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-11 22:46:32 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-11 22:46:32 +0100
commit79d817546e4003d612c88ad298bf261158123298 (patch)
tree04e01da0f1f04abf154547efa7a8c9741fdc0981
parent22cd384b2d9613e70689fd1d640fa1b6d9a78590 (diff)
leftwm fix
-rw-r--r--.config/leftwm/config.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/leftwm/config.toml b/.config/leftwm/config.toml
index f51880e..1b3dbd0 100644
--- a/.config/leftwm/config.toml
+++ b/.config/leftwm/config.toml
@@ -2,6 +2,13 @@ modkey = "Mod4"
workspaces = []
tags = ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
+# Border config.
+border_width = 1
+margin = 8
+default_border_color = "#1E272B"
+floating_border_color = "#1E272B"
+focused_border_color = "#78824B"
+
[[keybind]]
command = "Execute"
value = "dmenu_run"
@@ -211,10 +218,3 @@ value = "9"
modifier = ["modkey", "Shift"]
key = "9"
-[[workspaces]]
-# Border config.
-border_width = 1
-margin = 8
-default_border_color = "#1E272B"
-floating_border_color = "#1E272B"
-focused_border_color = "#78824B"