1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

workspace stuff @ i3

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-13 14:11:32 +02:00
parent 1aab88ba52
commit 8c96f8db0b
2 changed files with 79 additions and 0 deletions

View File

@ -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'

View File

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