From 28e6688a15787617c91c52103a1a1ec062443f8d Mon Sep 17 00:00:00 2001 From: Jesper Fussing Moerk Date: Sat, 17 Mar 2018 09:32:09 +0100 Subject: [PATCH] Switched to using chrome for chats instead of weechat --- i3/.config/i3/layouts/workspace1-comms.json | 10 +++++----- i3/.config/i3/workspaces/ws01.sh | 2 +- i3/.config/i3/workspaces/ws02.sh | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/i3/.config/i3/layouts/workspace1-comms.json b/i3/.config/i3/layouts/workspace1-comms.json index 4b1327c..146e262 100644 --- a/i3/.config/i3/layouts/workspace1-comms.json +++ b/i3/.config/i3/layouts/workspace1-comms.json @@ -8,13 +8,13 @@ "x": 0, "y": 0 }, - "name": "WeeChat 1.9.1", + "name": "Chats", "percent": 0.5, "swallows": [ - { - "class": "^Gnome\\-terminal$", - "title": "^weechat$" - } + { + "class": "^Google\\-chrome\\-beta$", + "instance": "^google\\-chrome\\-beta$" + } ], "type": "con" } \ No newline at end of file diff --git a/i3/.config/i3/workspaces/ws01.sh b/i3/.config/i3/workspaces/ws01.sh index 6774ab0..4c63dda 100755 --- a/i3/.config/i3/workspaces/ws01.sh +++ b/i3/.config/i3/workspaces/ws01.sh @@ -2,5 +2,5 @@ . ~/.config/i3/env i3-msg "workspace 1: Comms; append_layout ~/.config/i3/layouts/workspace1-comms.json" -i3-msg "workspace 1: Comms; exec gnome-terminal --profile $LDPI_PROFILE --title=weechat -e weechat" +i3-msg "workspace 1: Comms; exec google-chrome-beta https://chat.google.com https://mattermost.yousee.dk https://tdcgroup.slack.com" i3-msg "workspace 1: Comms; move workspace to output $SECONDARY" diff --git a/i3/.config/i3/workspaces/ws02.sh b/i3/.config/i3/workspaces/ws02.sh index 37591b3..b92a95a 100755 --- a/i3/.config/i3/workspaces/ws02.sh +++ b/i3/.config/i3/workspaces/ws02.sh @@ -2,6 +2,6 @@ . ~/.config/i3/env i3-msg "workspace 2: Web; append_layout ~/.config/i3/layouts/workspace2-web.json" -i3-msg "workspace 2: Web; exec google-chrome-beta" +i3-msg "workspace 2: Web; exec google-chrome-beta https://www.toggl.com/app/timer https://inbox.google.com/" i3-msg "workspace 2: Web; move workspace to output $PRIMARY"