This commit is contained in:
Sean Kovacs 2026-01-29 08:52:21 -05:00
commit 127b4e5535
Signed by: sckova
GPG key ID: 00F325187C68651A
12 changed files with 104 additions and 54 deletions

View file

@ -132,10 +132,10 @@
window-rules = [
{
geometry-corner-radius = {
top-left = 16.0;
top-right = 16.0;
bottom-left = 16.0;
bottom-right = 16.0;
top-left = 8.0;
top-right = 8.0;
bottom-left = 8.0;
bottom-right = 8.0;
};
clip-to-geometry = true;
opacity = 1.0;
@ -495,6 +495,12 @@
"Mod+Shift+Minus".action.set-window-height = "-10%";
"Mod+Shift+Equal".action.set-window-height = "+10%";
"Mod+Ctrl+Minus".action.set-column-width = "-1%";
"Mod+Ctrl+Equal".action.set-column-width = "+1%";
"Mod+Ctrl+Shift+Minus".action.set-window-height = "-1%";
"Mod+Ctrl+Shift+Equal".action.set-window-height = "+1%";
"Mod+V".action.toggle-window-floating = { };
"Mod+Shift+V".action.switch-focus-between-floating-and-tiling = { };