summaryrefslogtreecommitdiffstats
path: root/.config/i3/layouts/coms.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/layouts/coms.json')
-rw-r--r--.config/i3/layouts/coms.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/i3/layouts/coms.json b/.config/i3/layouts/coms.json
new file mode 100644
index 0000000..6e93d00
--- /dev/null
+++ b/.config/i3/layouts/coms.json
@@ -0,0 +1,29 @@
+{
+ "layout": "splith",
+ "percent": 1,
+ "type": "con",
+ "nodes": [
+ {
+ "name": "Terminal",
+ "percent": 0.7,
+ "swallows": [
+ {
+ "instance": "^weechat$"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "name": "TeamSpeak 3",
+ "percent": 0.3,
+ "swallows": [
+ {
+ "class": "^TeamSpeak\\ 3$",
+ "instance": "^ts3client_linux_amd64$",
+ "title": "^TeamSpeak\\ 3$"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+}