summaryrefslogtreecommitdiffstats
path: root/i3/browser-workspace.json
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-02 02:15:58 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-02 02:17:59 -0400
commit23b40e87589b83bde153d4bb89a7d5f0cbf5b0f6 (patch)
tree28be34648985a8832c340f8644f87dcb1ecb37d3 /i3/browser-workspace.json
parentf9f49259414bf137eaf9b78109d2a95368d4bbc0 (diff)
downloadconf-23b40e87589b83bde153d4bb89a7d5f0cbf5b0f6.tar.gz
conf-23b40e87589b83bde153d4bb89a7d5f0cbf5b0f6.zip
use the saved layout support in new i3
Diffstat (limited to 'i3/browser-workspace.json')
-rw-r--r--i3/browser-workspace.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/i3/browser-workspace.json b/i3/browser-workspace.json
new file mode 100644
index 0000000..d16c910
--- /dev/null
+++ b/i3/browser-workspace.json
@@ -0,0 +1,18 @@
+{
+ "border": "pixel",
+ "floating": "auto_off",
+ "geometry": {
+ "height": 1056,
+ "width": 1918,
+ "x": 0,
+ "y": 0
+ },
+ "name": "Firefox",
+ "percent": 1,
+ "swallows": [
+ {
+ "class": "^Firefox$"
+ }
+ ],
+ "type": "con"
+}