Compare commits
2 commits
e27f85c617
...
9a9119b738
Author | SHA1 | Date | |
---|---|---|---|
9a9119b738 | |||
a00dc9bcbc |
1 changed files with 2 additions and 3 deletions
|
@ -307,7 +307,7 @@
|
||||||
gaps = 10;
|
gaps = 10;
|
||||||
default-column-width.proportion = 0.5;
|
default-column-width.proportion = 0.5;
|
||||||
preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
|
preset-column-widths = [ { proportion = 0.5; } { proportion = 0.9; } ];
|
||||||
preset-window-heights = [{ proportion = 0.5; }];
|
preset-window-heights = [ { proportion = 0.5; } { proportion = 1.0; } ];
|
||||||
focus-ring.enable = false;
|
focus-ring.enable = false;
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -365,10 +365,9 @@
|
||||||
"Mod+WheelScrollUp".action = focus-column-left;
|
"Mod+WheelScrollUp".action = focus-column-left;
|
||||||
"Mod+Shift+WheelScrollDown".action = move-column-right;
|
"Mod+Shift+WheelScrollDown".action = move-column-right;
|
||||||
"Mod+Shift+WheelScrollUp".action = move-column-left;
|
"Mod+Shift+WheelScrollUp".action = move-column-left;
|
||||||
"Mod+N".action = spawn "swaync --toggle-panel"
|
"Mod+N".action = spawn "swaync --toggle-panel";
|
||||||
"Mod+Tab".action = focus-workspace-previous;
|
"Mod+Tab".action = focus-workspace-previous;
|
||||||
"Mod+Shift+W".action = maximize-column;
|
"Mod+Shift+W".action = maximize-column;
|
||||||
"Mod+Shift+X".action = reset-window-height;
|
|
||||||
"Mod+W".action = switch-preset-column-width;
|
"Mod+W".action = switch-preset-column-width;
|
||||||
"Mod+X".action = switch-preset-window-height;
|
"Mod+X".action = switch-preset-window-height;
|
||||||
"Mod+E".action = set-column-width "-10%";
|
"Mod+E".action = set-column-width "-10%";
|
||||||
|
|
Loading…
Reference in a new issue