From 8c96f8db0ba52ccafa153ddabf5c28a6be57fcc8 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 13 Oct 2021 14:11:32 +0200 Subject: [PATCH] workspace stuff @ i3 Signed-off-by: Stefan Ellmauthaler --- home/config/i3/fill_workspace4.zsh | 7 +++ home/config/i3/workspace4.json | 72 ++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100755 home/config/i3/fill_workspace4.zsh create mode 100644 home/config/i3/workspace4.json diff --git a/home/config/i3/fill_workspace4.zsh b/home/config/i3/fill_workspace4.zsh new file mode 100755 index 0000000..86761af --- /dev/null +++ b/home/config/i3/fill_workspace4.zsh @@ -0,0 +1,7 @@ +#!/usr/bin/env nix-shell +#! nix-shell -i zsh -p zsh + +i3-msg 'workspace 4: comms; append_layout /home/ellmau/.config/i3/workspace4.json' +i3-msg 'exec thunderbird' +i3-msg 'exec signal-desktop' +i3-msg 'exec element-desktop' diff --git a/home/config/i3/workspace4.json b/home/config/i3/workspace4.json new file mode 100644 index 0000000..f3661c1 --- /dev/null +++ b/home/config/i3/workspace4.json @@ -0,0 +1,72 @@ +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 2116, + "width": 3836, + "x": 0, + "y": 0 + }, + "marks": [], + "name": "Inbox - Mozilla Thunderbird", + "percent": 0.5, + "swallows": [ + { + "class": "^Thunderbird$" + } + ], + "type": "con" +} + +{ + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "marks": [], + "percent": 0.5, + "type": "con", + "nodes": [ + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 2116, + "width": 1916, + "x": 1920, + "y": 42 + }, + "marks": [], + "name": "Element | TheoLog 2021", + "percent": 0.5, + "swallows": [ + { + "class": "^Element$" + } + ], + "type": "con" + }, + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 2116, + "width": 1276, + "x": 2562, + "y": 42 + }, + "marks": [], + "name": "Signal", + "percent": 0.5, + "swallows": [ + { + "class": "^Signal$" + } + ], + "type": "con" + } + ] +} +