i3: Add tree support
This commit is contained in:
parent
84cb77a031
commit
e84464b5fd
2
.bin
2
.bin
@ -1 +1 @@
|
||||
Subproject commit 4f6540b0d2ddf6ae5527b272cb17dd65a92fe98f
|
||||
Subproject commit 789821ae8e07177c3e5b7459db45b920ef4c70eb
|
@ -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
.config/i3/trees/2term.json
Normal file
26
.config/i3/trees/2term.json
Normal 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
.config/i3/trees/2term.json.rc
Executable file
5
.config/i3/trees/2term.json.rc
Executable file
@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
konsole &
|
||||
konsole &
|
||||
disown
|
||||
exit
|
59
.config/i3/trees/3term.json
Normal file
59
.config/i3/trees/3term.json
Normal 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
.config/i3/trees/3term.json.rc
Executable file
6
.config/i3/trees/3term.json.rc
Executable file
@ -0,0 +1,6 @@
|
||||
#! /bin/sh
|
||||
konsole &
|
||||
konsole &
|
||||
konsole &
|
||||
disown
|
||||
exit
|
26
.config/i3/trees/dsk.json
Normal file
26
.config/i3/trees/dsk.json
Normal 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
.config/i3/trees/dsk.json.rc
Executable file
5
.config/i3/trees/dsk.json.rc
Executable file
@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
konsole --workdir "$HOME/Projects/dsk" &
|
||||
konsole --workdir "$HOME/Projects/dsk" &
|
||||
disown
|
||||
exit
|
Loading…
Reference in New Issue
Block a user