diff options
author | Adrian Kummerlaender | 2014-12-22 15:48:18 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-12-22 15:48:18 +0100 |
commit | b13e50fe0c0175b3ee5b2d6a76172dbe237c9343 (patch) | |
tree | 1462339dfde4f81917c2fe3c7beb69028d8e5f2f /i3wm | |
parent | fbeff440bad69bcd2159dbff7f20ad60babfe1f8 (diff) | |
download | dotfiles-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')
-rw-r--r-- | i3wm/.i3/layout/half_diquarter.json (renamed from i3wm/.i3/layout/triple_term.json) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3wm/.i3/layout/triple_term.json b/i3wm/.i3/layout/half_diquarter.json index 28df2fe..659aeba 100644 --- a/i3wm/.i3/layout/triple_term.json +++ b/i3wm/.i3/layout/half_diquarter.json @@ -2,7 +2,7 @@ "percent": 0.5, "swallows": [ { - "instance": "^urxvt$" + "instance": ".*" } ], "type": "con" @@ -16,7 +16,7 @@ "percent": 0.5, "swallows": [ { - "instance": "^urxvt$" + "instance": ".*" } ], "type": "con" @@ -25,7 +25,7 @@ "percent": 0.5, "swallows": [ { - "instance": "^urxvt$" + "instance": ".*" } ], "type": "con" |