aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/half_diquarter.json
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-12-22 15:48:18 +0100
committerAdrian Kummerlaender2014-12-22 15:48:18 +0100
commitb13e50fe0c0175b3ee5b2d6a76172dbe237c9343 (patch)
tree1462339dfde4f81917c2fe3c7beb69028d8e5f2f /i3wm/.i3/layout/half_diquarter.json
parentfbeff440bad69bcd2159dbff7f20ad60babfe1f8 (diff)
downloaddotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar.gz
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar.bz2
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar.lz
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar.xz
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.tar.zst
dotfiles-b13e50fe0c0175b3ee5b2d6a76172dbe237c9343.zip
Changed `urxvt` swallowing layout to swallow anything
Diffstat (limited to 'i3wm/.i3/layout/half_diquarter.json')
-rw-r--r--i3wm/.i3/layout/half_diquarter.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json
new file mode 100644
index 0000000..659aeba
--- /dev/null
+++ b/i3wm/.i3/layout/half_diquarter.json
@@ -0,0 +1,34 @@
+{
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+}
+{
+ "layout": "splitv",
+ "percent": 0.5,
+ "type": "con",
+ "nodes": [
+ {
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+}