Observe top left corner showing workspace number
Bottom left showing keystrokes
terminal shows git info and commands used to compile and run komorebi
Operating System
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22000 N/A Build 22000
Additional context
somme other autothotkey scripts, but shouldn't interfere.
Originally created by @es183923 on GitHub (Aug 24, 2022).
**Describe the bug**
After commit https://github.com/LGUG2Z/komorebi/commit/be5945c64b614784cb3b5d16887c00388884c36d, it seems that I can't switch from a workspace with no windows/containers to a diferent one.
**To Reproduce**
Steps to reproduce the behavior:
1. use the commit be5945c
2. in config, have some workspaces set up, and shortcuts, eg:
```ahk
Run, komorebic ensure-workspaces 0 5, , Hide
!1::Run, komorebic focus-workspace 0, , Hide
!2::Run, komorebic focus-workspace 1, , Hide
!3::Run, komorebic focus-workspace 2, , Hide
!4::Run, komorebic focus-workspace 3, , Hide
!5::Run, komorebic focus-workspace 4, , Hide
```
3. start komorebi
4. switch to an empty workspace (`!2`)
5. attempt to switch back (`!1`), and see that you're stuck on the empty workspace.
**Expected behavior**
can't switch to a different workspace
**Screenshots and Videos**
https://user-images.githubusercontent.com/72744903/186525947-9dafa790-126b-4896-bb35-a0d035db40fa.mp4
Observe top left corner showing workspace number
Bottom left showing keystrokes
terminal shows git info and commands used to compile and run komorebi
**Operating System**
```
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22000 N/A Build 22000
```
**Additional context**
somme other autothotkey scripts, but shouldn't interfere.
adam
added the bug label 2026-01-05 14:48:29 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @es183923 on GitHub (Aug 24, 2022).
Describe the bug
After commit https://github.com/LGUG2Z/komorebi/commit/be5945c64b614784cb3b5d16887c00388884c36d, it seems that I can't switch from a workspace with no windows/containers to a diferent one.
To Reproduce
Steps to reproduce the behavior:
be5945c!2)!1), and see that you're stuck on the empty workspace.Expected behavior
can't switch to a different workspace
Screenshots and Videos
https://user-images.githubusercontent.com/72744903/186525947-9dafa790-126b-4896-bb35-a0d035db40fa.mp4
Observe top left corner showing workspace number
Bottom left showing keystrokes
terminal shows git info and commands used to compile and run komorebi
Operating System
Additional context
somme other autothotkey scripts, but shouldn't interfere.
@LGUG2Z commented on GitHub (Aug 27, 2022):
I have finally been able to reproduce this! 🎉