i3: remove rocket chat from messaging setup
This commit is contained in:
parent
57e5efe554
commit
a64c867c98
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user