Add keybindings to cycle through monitors (#5359)
* Add keybindings to cycle through monitors * Unified language around focus * Group focus keybindings * More natural sounding --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
co-authored by
David Heinemeier Hansson
parent
bff5e843e0
commit
ac3c60228e
@@ -202,7 +202,7 @@ prioritize_entries() {
|
||||
if (match(line, /Move window to workspace/)) prio = 28
|
||||
if (match(line, /Move window silently to workspace/)) prio = 29
|
||||
if (match(line, /Swap window/)) prio = 30
|
||||
if (match(line, /Move window focus/)) prio = 31
|
||||
if (match(line, /Focus/)) prio = 31
|
||||
if (match(line, /Move window$/)) prio = 32
|
||||
if (match(line, /Resize window/)) prio = 33
|
||||
if (match(line, /Expand window/)) prio = 34
|
||||
|
||||
Reference in New Issue
Block a user