Switched to using chrome for chats instead of weechat
This commit is contained in:
parent
60df690f40
commit
28e6688a15
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue