firefox/term test layout
This commit is contained in:
parent
9794941464
commit
dc98f73a51
@ -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
|
||||
|
51
_i3__abraracourcix/wrksp1layout.json
Normal file
51
_i3__abraracourcix/wrksp1layout.json
Normal 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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user