mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Merge branch 'nth_os_window-fix' of https://github.com/jackielii/kitty
This commit is contained in:
@@ -1733,7 +1733,7 @@ class Boss:
|
||||
focus_os_window(os_window_id, True)
|
||||
elif num < 0:
|
||||
fc_map = os_window_focus_counters()
|
||||
s = sorted(fc_map.keys(), key=fc_map.__getitem__, reverse=True)
|
||||
s = sorted(fc_map.keys(), key=fc_map.__getitem__)
|
||||
if not s:
|
||||
return
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user