Originally created by @pigmej on GitHub (Sep 15, 2021).
Originally assigned to: @LGUG2Z on GitHub.
After executing send-to-monitor {id} the window which is sent to monitor is insivible, It appears back when changing workspace on the target monitor back and forth.
Case:
0. Go to workspace 0 on both monitors
Run PS on monitor 0
execute komorebic send-to-monitor 1
PS will be sent to 1st monitor (0 index), however the window will be NOT visible.
change workspace to 1 and then to 0 on monitor 1
You can execute the same steps and then in step 4 do retile then window also appears, that's how I workarounded it in my setup (so send-to-monitor is always followed by retile).
Originally created by @pigmej on GitHub (Sep 15, 2021).
Originally assigned to: @LGUG2Z on GitHub.
After executing `send-to-monitor {id}` the window which is sent to monitor is insivible, It appears back when changing workspace on the target monitor back and forth.
Case:
0. Go to workspace 0 on both monitors
1. Run PS on monitor 0
2. execute `komorebic send-to-monitor 1`
3. PS will be sent to 1st monitor (0 index), however the window will be NOT visible.
4. change workspace to 1 and then to 0 on monitor 1
You can execute the same steps and then in step 4 do `retile` then window also appears, that's how I workarounded it in my setup (so send-to-monitor is always followed by retile).
adam
added the bug label 2026-01-05 14:47:49 +01:00
Good catch, I wouldn't have found this bug since I usually only use a single monitor and rarely use the send-to-x commands! This bug is now fixed on the master branch.
@LGUG2Z commented on GitHub (Sep 15, 2021):
Good catch, I wouldn't have found this bug since I usually only use a single monitor and rarely use the `send-to-x` commands! This bug is now fixed on the `master` branch.
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 @pigmej on GitHub (Sep 15, 2021).
Originally assigned to: @LGUG2Z on GitHub.
After executing
send-to-monitor {id}the window which is sent to monitor is insivible, It appears back when changing workspace on the target monitor back and forth.Case:
0. Go to workspace 0 on both monitors
komorebic send-to-monitor 1You can execute the same steps and then in step 4 do
retilethen window also appears, that's how I workarounded it in my setup (so send-to-monitor is always followed by retile).@LGUG2Z commented on GitHub (Sep 15, 2021):
Good catch, I wouldn't have found this bug since I usually only use a single monitor and rarely use the
send-to-xcommands! This bug is now fixed on themasterbranch.@pigmej commented on GitHub (Sep 15, 2021):
No problem, thx for fast fix :)