aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/triple_term.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/triple_term.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/triple_term.json')
-rw-r--r--i3wm/.i3/layout/triple_term.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/i3wm/.i3/layout/triple_term.json b/i3wm/.i3/layout/triple_term.json
deleted file mode 100644
index 28df2fe..0000000
--- a/i3wm/.i3/layout/triple_term.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "percent": 0.5,
- "swallows": [
- {
- "instance": "^urxvt$"
- }
- ],
- "type": "con"
-}
-{
- "layout": "splitv",
- "percent": 0.5,
- "type": "con",
- "nodes": [
- {
- "percent": 0.5,
- "swallows": [
- {
- "instance": "^urxvt$"
- }
- ],
- "type": "con"
- },
- {
- "percent": 0.5,
- "swallows": [
- {
- "instance": "^urxvt$"
- }
- ],
- "type": "con"
- }
- ]
-}