non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-15 11:34:47 +01:00
parent 61f20c37b3
commit 54a3e3e3f6

View file

@ -85,7 +85,7 @@
layout = { layout = {
gaps = 8; gaps = 8;
default-column-width = {proportion = 1.0;}; default-column-width = {proportion = 0.5;};
preset-column-widths = [ preset-column-widths = [
{proportion = 0.33333;} {proportion = 0.33333;}
@ -154,6 +154,9 @@
"Mod+Minus".action.set-column-width = ["-10%"]; "Mod+Minus".action.set-column-width = ["-10%"];
"Mod+Plus".action.set-column-width = ["+10%"]; "Mod+Plus".action.set-column-width = ["+10%"];
"Mod+Tab".action.focus-workspace-down = [];
"Mod+Shift+Tab".action.focus-workspace-up = [];
"Print".action.screenshot = []; "Print".action.screenshot = [];
"Ctrl+Print".action.screenshot-screen = []; "Ctrl+Print".action.screenshot-screen = [];
"Alt+Print".action.screenshot-window = []; "Alt+Print".action.screenshot-window = [];