diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-07 11:31:00 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-07 11:31:00 +0300 |
commit | c9db9689b28dbb746351cb97c22687bf75d26e0e (patch) | |
tree | 22460ee974b062155c39adf09c6cf697ab5131c5 /.config/i3/workspace.json | |
download | dotfiles-c9db9689b28dbb746351cb97c22687bf75d26e0e.tar.gz |
feat: add initial dotfiles
Diffstat (limited to '.config/i3/workspace.json')
-rw-r--r-- | .config/i3/workspace.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.config/i3/workspace.json b/.config/i3/workspace.json new file mode 100644 index 0000000..a58da53 --- /dev/null +++ b/.config/i3/workspace.json @@ -0,0 +1,64 @@ +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.7, + "swallows": [ + { + "title": "^nvim" + } + ], + "type": "con" +} + +{ + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.3, + "type": "con", + "nodes": [ + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.7, + "swallows": [ + { + "title": "^primary-terminal" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 436, + "width": 724, + "x": 0, + "y": 0 + }, + "percent": 0.3, + "swallows": [ + { + "title": "^secondary-terminal" + } + ], + "type": "con" + } + ] +} |