mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 14:05:29 +00:00
commit
This commit is contained in:
49
profiles/desktop/.config/i3/workspace-9.json
Normal file
49
profiles/desktop/.config/i3/workspace-9.json
Normal file
@@ -0,0 +1,49 @@
|
||||
// vim:ts=4:sw=4:et
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 1029,
|
||||
"width": 1531,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"name": "Inbox - Mozilla Thunderbird",
|
||||
"percent": 0.9,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Thunderbird$",
|
||||
"instance": "^Mail$",
|
||||
// "title": "^Inbox\\ \\-\\ daniel\\.bauer\\@headlezz\\.net\\ \\-\\ Mozilla\\ Thunderbird$",
|
||||
"transient_for": "^$",
|
||||
"window_role": "^3pane$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"geometry": {
|
||||
"height": 1029,
|
||||
"width": 381,
|
||||
"x": 1920,
|
||||
"y": 49
|
||||
},
|
||||
"name": "Buddy List",
|
||||
"percent": 0.1,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Pidgin$",
|
||||
"instance": "^Pidgin$",
|
||||
"title": "^Buddy\\ List$",
|
||||
"transient_for": "^$",
|
||||
"window_role": "^buddy_list$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user