firefox/term test layout

This commit is contained in:
Meutel 2017-07-01 16:23:56 +02:00
parent 9794941464
commit dc98f73a51
2 changed files with 53 additions and 0 deletions

View File

@ -224,6 +224,8 @@ bar {
exec xrandr --output $leftscr --left-of $rightscr
exec feh --bg-fill ~/.config/wallpaper.jpg
exec --no-startup-id 'i3-msg "workspace $workspace1; append_layout ~/.i3/wrksp1layout.json"'
exec firefox
exec mate-terminal
exec owncloud
exec musicpd

View File

@ -0,0 +1,51 @@
// vim:ts=4:sw=4:et
{
// splitv split container with 1 children
"border": "normal",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.3,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 362,
"width": 653,
"x": 0,
"y": 0
},
"name": "Terminal",
"percent": 1,
"swallows": [
{
"class": "^Mate\\-terminal$"
}
],
"type": "con"
}
]
}
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1339,
"x": 0,
"y": 0
},
"name": "Firefox",
"percent": 0.7,
"swallows": [
{
"class": "^Firefox$"
}
],
"type": "con"
}