some more fixes

This commit is contained in:
Dennis Schoepf 2026-03-05 23:31:03 +01:00
parent 8c1438bf10
commit c8b73ad846
3 changed files with 14 additions and 12 deletions

View file

@ -79,6 +79,9 @@
enable = true;
settings = {
options = {
border_active_window = true;
border_color = "#c57faf";
sliver_width = 10;
preset_column_widths = [
0.25
0.5
@ -93,14 +96,14 @@
padding_right = 4;
};
bindings = {
window_focus_west = "cmd - h";
window_focus_east = "cmd - l";
window_focus_north = "cmd - k";
window_focus_south = "cmd - j";
window_swap_west = "alt - h";
window_swap_east = "alt - l";
window_swap_first = "alt + shift - h";
window_swap_last = "alt + shift - l";
window_focus_west = "alt - h";
window_focus_east = "alt - l";
window_focus_north = "alt - k";
window_focusalt_south = "alt - j";
window_swap_west = "alt - shift - h";
window_swap_east = "alt - shift - l";
window_swap_first = "alt + shift - a";
window_swap_last = "alt + shift - e";
window_center = "alt - c";
window_resize = "alt - r";
window_fullwidth = "alt - f";