feat(home): Remove Ctrl+V shortcut oops

This commit is contained in:
punkfairie 2025-02-28 20:25:12 -08:00
parent df532edf02
commit ae6f20fe82
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -132,8 +132,8 @@ in {
"Mod+Equal".action = set-column-width "+10%"; "Mod+Equal".action = set-column-width "+10%";
"Mod+Shift+Minus".action = set-window-height "-10%"; "Mod+Shift+Minus".action = set-window-height "-10%";
"Mod+Shift+Equal".action = set-window-height "+10%"; "Mod+Shift+Equal".action = set-window-height "+10%";
"Mod+V".action = toggle-window-floating; "Mod+G".action = toggle-window-floating;
"Mod+Shift+V".action = switch-focus-between-floating-and-tiling; "Mod+Shift+G".action = switch-focus-between-floating-and-tiling;
"Mod+T".action = toggle-column-tabbed-display; "Mod+T".action = toggle-column-tabbed-display;
"Print".action = screenshot; "Print".action = screenshot;
"Ctrl+Print".action = screenshot-screen; "Ctrl+Print".action = screenshot-screen;