Fix conflicting keybinds cmd-v and cmd-h. Now have cmd-shift-h/v

This commit is contained in:
Martin Larsson 2024-08-17 22:58:24 +02:00
parent 1c8ab38b68
commit 6ad8c24880

View file

@ -116,5 +116,5 @@ cmd-shift-9 = 'move-node-to-workspace 9'
cmd-shift-c = 'reload-config' cmd-shift-c = 'reload-config'
cmd-f = 'fullscreen' cmd-f = 'fullscreen'
cmd-v = 'layout h_tiles' cmd-shift-v = 'layout h_tiles'
cmd-h = 'layout v_tiles' cmd-shift-h = 'layout v_tiles'