AutoYADM commit: 2025-04-01 12:45:18

This commit is contained in:
Daniel Fichtinger 2025-04-01 12:45:18 -04:00
parent 58a9b25a32
commit 05beac0039

View file

@ -68,10 +68,6 @@ layout {
struts { struts {
top -16 top -16
bottom -16 bottom -16
// left 8
// right 8
// top 7
// bottom 16
} }
// gaps 16 // gaps 16
// gaps 8 // gaps 8
@ -81,8 +77,8 @@ layout {
// - "always", the focused column will always be centered. // - "always", the focused column will always be centered.
// - "on-overflow", focusing a column will center it if it doesn't fit // - "on-overflow", focusing a column will center it if it doesn't fit
// together with the previously focused column. // together with the previously focused column.
center-focused-column "never" // center-focused-column "on-overflow"
// /-always-center-single-column always-center-single-column
// You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between.
preset-column-widths { preset-column-widths {
// Proportion sets the width as a fraction of the output width, taking gaps into account. // Proportion sets the width as a fraction of the output width, taking gaps into account.
@ -693,10 +689,10 @@ binds {
set-window-height "+10%" set-window-height "+10%"
} }
// Move the focused window between the floating and the tiling layout. // Move the focused window between the floating and the tiling layout.
Mod+V { Mod+T {
toggle-window-floating toggle-window-floating
} }
Mod+Shift+V { Mod+Alt+T {
switch-focus-between-floating-and-tiling switch-focus-between-floating-and-tiling
} }
// Toggle tabbed column display mode. // Toggle tabbed column display mode.