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:
parent
1aab88ba52
commit
8c96f8db0b
7
home/config/i3/fill_workspace4.zsh
Executable file
7
home/config/i3/fill_workspace4.zsh
Executable 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'
|
||||||
72
home/config/i3/workspace4.json
Normal file
72
home/config/i3/workspace4.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user