Added workspace 7 to work
This commit is contained in:
parent
c94b73643c
commit
42840283a4
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"layout": "splitv",
|
||||
"nodes": [
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 1,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 410,
|
||||
"width": 654,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": "oc-shell1",
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^oc-shell1$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"border": "pixel",
|
||||
"floating": "auto_off",
|
||||
"layout": "splith",
|
||||
"nodes": [
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 1,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 410,
|
||||
"width": 654,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": "oc-shell2",
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^oc-shell2$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"border": "pixel",
|
||||
"current_border_width": 1,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 410,
|
||||
"width": 654,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": "oc-shell3",
|
||||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^oc-shell3$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
"percent": 0.5,
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
"percent": 0.5,
|
||||
"type": "con"
|
||||
}
|
|
@ -23,13 +23,19 @@ sleep 2
|
|||
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/work-workspace5-media.json'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=tasks'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=newsbeuter -e newsbeuter'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=ncmpc -e ncmpc'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile laptop --title=ncmpc -e ncmpcpp'
|
||||
i3-msg 'workspace "5: Media"; move workspace to output eDP-1'
|
||||
sleep 2
|
||||
|
||||
i3-msg 'workspace "6: REST"; append_layout ~/.config/i3/layouts/work-workspace6-rest.json'
|
||||
i3-msg 'workspace "6: REST"; exec gnome-terminal --profile default --title=http-prompt -cd /home/jfm/Customers/TDC/ApiTest -e http-prompt'
|
||||
i3-msg 'workspace "6: REST"; exec gnome-terminal --profile default --title=http-prompt --working-directory=/home/jfm/Customers/TDC/ApiTest -e http-prompt'
|
||||
i3-msg 'workspace "6: REST"; move workspace to output DP-2-1'
|
||||
sleep 2
|
||||
|
||||
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/work-workspace7-oc.json'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile default --title=oc-shell1'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile default --title=oc-shell2'
|
||||
i3-msg 'workspace "5: Media"; exec gnome-terminal --profile default --title=oc-shell3'
|
||||
i3-msg 'workspace "7: OC"; move workspace to output DP-2-2'
|
||||
|
||||
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
|
||||
|
|
Loading…
Reference in New Issue