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" + } + ] +} +