diff --git a/modules/home/i3/default.nix b/modules/home/i3/default.nix index 78954f3..d1e66cd 100644 --- a/modules/home/i3/default.nix +++ b/modules/home/i3/default.nix @@ -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; }; diff --git a/modules/home/i3/i3/workspace-chat.json b/modules/home/i3/i3/workspace-chat.json deleted file mode 100644 index d577dbd..0000000 --- a/modules/home/i3/i3/workspace-chat.json +++ /dev/null @@ -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" - } - ] -} -