feat(home): Remove Ctrl+V shortcut oops
This commit is contained in:
parent
df532edf02
commit
ae6f20fe82
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ in {
|
|||
"Mod+Equal".action = set-column-width "+10%";
|
||||
"Mod+Shift+Minus".action = set-window-height "-10%";
|
||||
"Mod+Shift+Equal".action = set-window-height "+10%";
|
||||
"Mod+V".action = toggle-window-floating;
|
||||
"Mod+Shift+V".action = switch-focus-between-floating-and-tiling;
|
||||
"Mod+G".action = toggle-window-floating;
|
||||
"Mod+Shift+G".action = switch-focus-between-floating-and-tiling;
|
||||
"Mod+T".action = toggle-column-tabbed-display;
|
||||
"Print".action = screenshot;
|
||||
"Ctrl+Print".action = screenshot-screen;
|
||||
|
|
Loading…
Reference in a new issue