Sun Jun 2 10:10:47 PM CEST 2024
This commit is contained in:
parent
8cba74203d
commit
c54a0f53bf
|
@ -258,7 +258,7 @@ in
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
"$mainMod, ${ws}, split-workspace, ${toString (x + 1)}"
|
"$mainMod, ${ws}, split-workspace, ${toString (x + 1)}"
|
||||||
"$mod SHIFT, ${ws}, split-movetoworkspace, ${toString (x + 1)}"
|
"$mainMod SHIFT, ${ws}, split-movetoworkspace, ${toString (x + 1)}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
10)
|
10)
|
||||||
|
|
|
@ -10,12 +10,6 @@ return {
|
||||||
},
|
},
|
||||||
view = {
|
view = {
|
||||||
adaptive_size = true,
|
adaptive_size = true,
|
||||||
mappings = {
|
|
||||||
list = {
|
|
||||||
{key = "cd", action = "cd"},
|
|
||||||
{key = "<backspace>", action = "close"},
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
renderer = {
|
renderer = {
|
||||||
group_empty = true,
|
group_empty = true,
|
||||||
|
|
Loading…
Reference in New Issue