Minor fixes to qtile and qutebrowser.

This commit is contained in:
Derek Taylor
2021-03-11 09:20:59 -06:00
parent 8a2e482edc
commit 8e851e9b8a
6 changed files with 24 additions and 21 deletions

View File

@@ -271,7 +271,7 @@ Settings that I use in most layouts, so I'm defining them one time here.
#+BEGIN_SRC python
layout_theme = {"border_width": 2,
"margin": 6,
"margin": 8,
"border_focus": "e1acff",
"border_normal": "1D2330"
}