mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
send-to-monitor sends window as hidden / broken tiling #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :)