i3: Add tree support

This commit is contained in:
2018-12-23 12:01:36 -06:00
parent 84cb77a031
commit e84464b5fd
8 changed files with 129 additions and 2 deletions
+1 -1
Submodule .bin updated: 4f6540b0d2...789821ae8e
+1 -1
View File
@@ -85,7 +85,7 @@ focus_on_window_activation none
client.focused $blue2 $blue2 $bg $bgm $blue2
client.focused_inactive $bgm $bgm $blue $bgm $bgm
client.unfocused $bgm $bgm $fg $bgm $bgm
client.urgent $yellow2 $bgm $yellow2 $yellow $bgm
client.urgent $yellow2 $yellow2 $bg $bgm $yellow2
client.placeholder $purple2 $bgm $purple2 $purple $purple2
client.background $bg
+26
View File
@@ -0,0 +1,26 @@
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
+5
View File
@@ -0,0 +1,5 @@
#! /bin/sh
konsole &
konsole &
disown
exit
+59
View File
@@ -0,0 +1,59 @@
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.4,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 368,
"width": 606,
"x": 0,
"y": 0
},
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 368,
"width": 606,
"x": 0,
"y": 0
},
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
]
}
+6
View File
@@ -0,0 +1,6 @@
#! /bin/sh
konsole &
konsole &
konsole &
disown
exit
+26
View File
@@ -0,0 +1,26 @@
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
+5
View File
@@ -0,0 +1,5 @@
#! /bin/sh
konsole --workdir "$HOME/Projects/dsk" &
konsole --workdir "$HOME/Projects/dsk" &
disown
exit