Switched to using chrome for chats instead of weechat

This commit is contained in:
Jesper Fussing Moerk 2018-03-17 09:32:09 +01:00
parent 60df690f40
commit 28e6688a15
3 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"name": "WeeChat 1.9.1", "name": "Chats",
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^Gnome\\-terminal$", "class": "^Google\\-chrome\\-beta$",
"title": "^weechat$" "instance": "^google\\-chrome\\-beta$"
} }
], ],
"type": "con" "type": "con"

View File

@ -2,5 +2,5 @@
. ~/.config/i3/env . ~/.config/i3/env
i3-msg "workspace 1: Comms; append_layout ~/.config/i3/layouts/workspace1-comms.json" 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" i3-msg "workspace 1: Comms; move workspace to output $SECONDARY"

View File

@ -2,6 +2,6 @@
. ~/.config/i3/env . ~/.config/i3/env
i3-msg "workspace 2: Web; append_layout ~/.config/i3/layouts/workspace2-web.json" 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" i3-msg "workspace 2: Web; move workspace to output $PRIMARY"