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

@@ -173,7 +173,7 @@ for i, (name, kwargs) in enumerate(group_names, 1):
keys.append(Key([mod, "shift"], str(i), lazy.window.togroup(name))) # Send current window to another group
layout_theme = {"border_width": 2,
"margin": 6,
"margin": 8,
"border_focus": "e1acff",
"border_normal": "1D2330"
}