diff options
author | Adrian Kummerlaender | 2015-05-15 19:12:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-05-15 19:12:49 +0200 |
commit | 1015fac6c8beb41fc8b4ee8735390c7093e74625 (patch) | |
tree | 21dbced2e7b5d9c778dd1e5ecea68e68e1dddb73 /i3wm | |
parent | d0f328490a39061a12ca8122b950da829cbe0b7b (diff) | |
download | dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.gz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.bz2 dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.lz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.xz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.zst dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.zip |
Collection of small updates
* increased shading of background terminal instances
* set zathura color inversion as default
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/layout/half_diquarter.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json index 9d2ee23..c6de43b 100644 --- a/i3wm/.i3/layout/half_diquarter.json +++ b/i3wm/.i3/layout/half_diquarter.json @@ -2,6 +2,8 @@ "layout": "splith", "nodes": [ { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { @@ -14,6 +16,8 @@ "percent": 0.5, "nodes": [ { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { @@ -22,6 +26,8 @@ ] }, { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { |