forked from qtile/qtile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make MonadWide up/down focus navigation behave like MonadTall left/right
MonadTall exposes left/right commands to focus the closest window to the left/right, allowing easy navigation between columns. MonadWide had no similar override for up/down focus commands, instead it inherited the next/previous = down/up overrides of MonadTall, making directional navigation between rows more cumbersome by requiring cycling amongst all windows. The result is inconsistent window navigation between MonadTall and MonadWide. This change retains the original navigation commands and behavior of MonadTall (including left/right), while adding a symmetric up/down command to MonadWide.
- Loading branch information
1 parent
928a044
commit 0d8e521
Showing
3 changed files
with
125 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters