Skip to content

Commit

Permalink
Fix bug in one shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmos committed May 8, 2020
1 parent fe75e03 commit 10bc8d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/code/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ registerShortcut("MoveWindowToCenterHeight4x2_centerbiased", "UltrawideWindows:
});

registerShortcut("MoveWindowToRightHeight4x2_centerbiased", "UltrawideWindows: Move Window to right-height (4x2 center biased)", "Ctrl+Meta+Num+6", function () {
move(workspace, 4, 1, 3, 0, 2, 1)
move(workspace, 4, 1, 3, 0, 1, 1)
});


Expand Down
Binary file modified movewindowtocenter.kwinscript
Binary file not shown.

0 comments on commit 10bc8d0

Please sign in to comment.