i3: remove rocket chat from messaging setup

This commit is contained in:
Julian Mutter 2024-05-25 14:09:37 +02:00
parent 57e5efe554
commit a64c867c98
2 changed files with 1 additions and 94 deletions

View File

@ -41,7 +41,7 @@ in {
recursive = true;
};
".config/i3/workspace-messaging.json".source =
./i3/workspace-chat-schildi-tele-rocket.json;
./i3/workspace-chat-schildi-tele.json;
".config/i3status-rust/config.toml".source = ./i3status-rust/config.toml;
};

View File

@ -1,93 +0,0 @@
// vim:ts=4:sw=4:et
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1033,
"width": 956,
"x": 1366,
"y": 45
},
"marks": [],
"name": "Element",
"percent": 0.5,
"swallows": [
{
"class": "^Element$",
// "instance": "^element$",
// "title": "^Element\\ \\|\\ Familie$",
"window_role": "^browser\\-window$"
}
],
"type": "con"
}
{
// splitv split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"marks": [],
"percent": 0.5,
"type": "con",
"nodes": [
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"marks": [],
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 524,
"width": 1916,
"x": 1368,
"y": 25
},
"marks": [],
"name": "Telegram",
"percent": 1,
"swallows": [
{
"class": "^TelegramDesktop$",
// "instance": "^telegram\\-desktop$",
"title": "^Telegram$"
}
],
"type": "con"
}
]
},
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1033,
"width": 1916,
"x": 1368,
"y": 45
},
"marks": [],
"name": "Rocket Chat",
"percent": 0.5,
"swallows": [
{
"class": "^Rocket\\.Chat$",
// "instance": "^rocket\\.chat$",
// "title": "^Chat\\ der\\ Uni\\ Würzburg$",
"window_role": "^browser\\-window$"
}
],
"type": "con"
}
]
}