Switched to using gnome terminal for all layouts
This commit is contained in:
parent
43d9c639b4
commit
719b31d9c2
|
@ -12,7 +12,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"name": "Shell 1",
|
||||
"percent": 0.5,
|
||||
"percent": 0.6,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Sublime_text$"
|
||||
|
@ -39,7 +39,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^shell1$"
|
||||
}
|
||||
],
|
||||
|
@ -59,14 +59,14 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^shell2$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
"percent": 0.5,
|
||||
"percent": 0.4,
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^tasks$"
|
||||
}
|
||||
],
|
||||
|
@ -40,7 +40,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^newsbeuter$"
|
||||
}
|
||||
],
|
||||
|
@ -60,7 +60,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^ncmpc$"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"name": "Shell 1",
|
||||
"percent": 0.5,
|
||||
"percent": 0.7,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Sublime_text$"
|
||||
|
@ -39,7 +39,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^shell1$"
|
||||
}
|
||||
],
|
||||
|
@ -59,14 +59,14 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^shell2$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
"percent": 0.5,
|
||||
"percent": 0.3,
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^tasks$"
|
||||
}
|
||||
],
|
||||
|
@ -40,7 +40,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^newsbeuter$"
|
||||
}
|
||||
],
|
||||
|
@ -60,7 +60,7 @@
|
|||
"percent": 0.5,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^URxvt$",
|
||||
"class": "^Gnome\\-terminal$",
|
||||
"title": "^ncmpc$"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -12,14 +12,14 @@ i3-msg 'workspace "3: IDE"; move workspace to output DP-2-1'
|
|||
|
||||
i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/home-workspace4-work.json'
|
||||
i3-msg 'workspace "4: Work"; exec subl'
|
||||
i3-msg 'workspace "4: Work"; exec urxvt -title shell1'
|
||||
i3-msg 'workspace "4: Work"; exec urxvt -title shell2'
|
||||
i3-msg 'workspace "4: Work"; exec exec gnome-terminal --profile default --title=shell1'
|
||||
i3-msg 'workspace "4: Work"; exec exec gnome-terminal --profile default --title=shell2'
|
||||
i3-msg 'workspace "4: Work"; move workspace to output DP-2-1'
|
||||
|
||||
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/home-workspace5-media.json'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -title tasks'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -title newsbeuter -e newsbeuter'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -title ncmpc -e ncmpc'
|
||||
i3-msg 'workspace "5: Media"; exec exec gnome-terminal --profile default --title=tasks'
|
||||
i3-msg 'workspace "5: Media"; exec exec gnome-terminal --profile default --title=newsbeuter -e newsbeuter'
|
||||
i3-msg 'workspace "5: Media"; exec exec gnome-terminal --profile default --title=ncmpc -e ncmpc'
|
||||
i3-msg 'workspace "5: Media"; move workspace to output DP-2-2'
|
||||
|
||||
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
|
||||
|
|
|
@ -12,14 +12,14 @@ i3-msg 'workspace "3: IDE"; move workspace to output eDP-1'
|
|||
|
||||
i3-msg 'workspace "4: Work"; append_layout ~/.config/i3/layouts/laptop-workspace4-work.json'
|
||||
i3-msg 'workspace "4: Work"; exec subl'
|
||||
i3-msg 'workspace "4: Work"; exec urxvt -title shell1'
|
||||
i3-msg 'workspace "4: Work"; exec urxvt -title shell2'
|
||||
i3-msg 'workspace "4: Work"; exec gnome-terminal --profile laptop --title=shell1'
|
||||
i3-msg 'workspace "4: Work"; exec gnome-terminal --profile laptop --title=shell2'
|
||||
i3-msg 'workspace "4: Work"; move workspace to output eDP-1'
|
||||
|
||||
i3-msg 'workspace "5: Media"; append_layout ~/.config/i3/layouts/laptop-workspace5-media.json'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -title tasks'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -e newsbeuter'
|
||||
i3-msg 'workspace "5: Media"; exec urxvt -e ncmpc'
|
||||
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"; move workspace to output eDP-1'
|
||||
|
||||
feh --bg-scale --zoom fill ~/.config/i3/wallpaper/fedora_simple.jpg
|
||||
|
|
Loading…
Reference in New Issue