Skip to content

Instantly share code, notes, and snippets.

@ZhiguoLong
Created February 14, 2016 06:56
Show Gist options
  • Save ZhiguoLong/5bc3675ae9bcb9fce23e to your computer and use it in GitHub Desktop.
Save ZhiguoLong/5bc3675ae9bcb9fce23e to your computer and use it in GitHub Desktop.
i3 workspace place holder script, may not work
// vim:ts=4:sw=4:et
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1036,
"width": 1916,
"x": 2,
"y": 20
},
"name": "Google Chrome",
"percent": 0.8,
"swallows": [
{
"class": "^Google\\-chrome\\-stable$",
"instance": "^Google\\-chrome\\-stable$",
"transient_for": "^$",
"window_role": "^browser$"
}
],
"type": "con"
}
{
"border": "none",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1058,
"width": 384,
"x": 1536,
"y": 0
},
"name": "Hangouts",
"percent": 0.2,
"swallows": [
{
"class": "^Google\\-chrome\\-stable$",
"instance": "^crx_knipolnnllmklapflnccelgolnpehhpl$",
"title": "^Hangouts$",
"transient_for": "^$",
"window_role": "^app$"
}
],
"type": "con"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment