screenshots

This commit is contained in:
Tyler Mayoff 2025-11-12 19:00:22 -05:00 committed by Tyle Mayoff
parent 07177c14ca
commit acf6b5c23d

View file

@ -628,9 +628,9 @@
"Mod+Minus".action = set-column-width "-10%"; "Mod+Minus".action = set-column-width "-10%";
"Mod+Equal".action = set-column-width "+10%"; "Mod+Equal".action = set-column-width "+10%";
"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 = {};
# // Finer height adjustments when in column with other windows. # // Finer height adjustments when in column with other windows.
# Mod+Shift+Minus { set-window-height "-10%"; } # Mod+Shift+Minus { set-window-height "-10%"; }