From 719b31d9c2d492c96301b307b4dc7fcce50866f5 Mon Sep 17 00:00:00 2001 From: Jesper Fussing Moerk Date: Tue, 20 Feb 2018 19:30:25 +0100 Subject: [PATCH] Switched to using gnome terminal for all layouts --- i3/.config/i3/layouts/home-workspace4-work.json | 8 ++++---- i3/.config/i3/layouts/home-workspace5-media.json | 6 +++--- i3/.config/i3/layouts/laptop-workspace4-work.json | 8 ++++---- i3/.config/i3/layouts/laptop-workspace5-media.json | 6 +++--- i3/.config/i3/scripts/home-layout.sh | 10 +++++----- i3/.config/i3/scripts/laptop-layout.sh | 10 +++++----- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/i3/.config/i3/layouts/home-workspace4-work.json b/i3/.config/i3/layouts/home-workspace4-work.json index 3435edb..91247ad 100644 --- a/i3/.config/i3/layouts/home-workspace4-work.json +++ b/i3/.config/i3/layouts/home-workspace4-work.json @@ -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" } ], diff --git a/i3/.config/i3/layouts/home-workspace5-media.json b/i3/.config/i3/layouts/home-workspace5-media.json index cc71696..c22c32b 100644 --- a/i3/.config/i3/layouts/home-workspace5-media.json +++ b/i3/.config/i3/layouts/home-workspace5-media.json @@ -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$" } ], diff --git a/i3/.config/i3/layouts/laptop-workspace4-work.json b/i3/.config/i3/layouts/laptop-workspace4-work.json index 99b3c3c..e5233ff 100644 --- a/i3/.config/i3/layouts/laptop-workspace4-work.json +++ b/i3/.config/i3/layouts/laptop-workspace4-work.json @@ -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" } ], diff --git a/i3/.config/i3/layouts/laptop-workspace5-media.json b/i3/.config/i3/layouts/laptop-workspace5-media.json index 1ee9c97..73cff79 100644 --- a/i3/.config/i3/layouts/laptop-workspace5-media.json +++ b/i3/.config/i3/layouts/laptop-workspace5-media.json @@ -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$" } ], diff --git a/i3/.config/i3/scripts/home-layout.sh b/i3/.config/i3/scripts/home-layout.sh index 39cd885..12b2dd6 100755 --- a/i3/.config/i3/scripts/home-layout.sh +++ b/i3/.config/i3/scripts/home-layout.sh @@ -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 diff --git a/i3/.config/i3/scripts/laptop-layout.sh b/i3/.config/i3/scripts/laptop-layout.sh index 03d4efd..1aca215 100755 --- a/i3/.config/i3/scripts/laptop-layout.sh +++ b/i3/.config/i3/scripts/laptop-layout.sh @@ -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