[i3run] reshowing window on renamed workspace create an extra workspace and move it there #10

Closed
opened 2018-07-11 16:56:49 +00:00 by anhthii · 3 comments
anhthii commented 2018-07-11 16:56:49 +00:00 (Migrated from github.com)

I create a key binding to run ranger bindsym $mod+c exec i3run -i ranger -e "termite -e ranger --name ranger"

On my workspace "1:Chrome" , i pressed $mod+c to show it, i pressed the keys to hide it, then i pressed the keys again to show it but an extra "1" workspace was created at it move my ranger instance there. This problems seems to happen on other renamed workspaces

image

hide it

image

then show it again but it moves to workspace 1 instead of 1:Chrome

image

Thanks for any helps 👍

I create a key binding to run ranger `bindsym $mod+c exec i3run -i ranger -e "termite -e ranger --name ranger" ` On my workspace "1:Chrome" , i pressed $mod+c to show it, i pressed the keys to hide it, then i pressed the keys again to show it but an extra "1" workspace was created at it move my ranger instance there. This problems seems to happen on other renamed workspaces ![image](https://user-images.githubusercontent.com/20469909/42586599-b228d1ea-8562-11e8-9446-741aae641e7a.png) hide it ![image](https://user-images.githubusercontent.com/20469909/42587507-1b69c0ea-8565-11e8-819c-e4c7b021fd32.png) then show it again but it moves to workspace `1` instead of `1:Chrome` ![image](https://user-images.githubusercontent.com/20469909/42587571-5b512a4a-8565-11e8-8b2a-638d6ee29e1d.png) Thanks for any helps :+1:
budRich commented 2018-07-11 18:40:52 +00:00 (Migrated from github.com)

@dkakashi69 thanks for reporting this. I will investigate this further. I don't use named workspaces myself, and there might be other bugs in the i3ass collection that are related to named workspaces. I think all of them can be resolved quite easy.

@dkakashi69 thanks for reporting this. I will investigate this further. I don't use named workspaces myself, and there might be other bugs in the i3ass collection that are related to named workspaces. I think all of them can be resolved quite easy.
budRich commented 2018-07-11 19:06:12 +00:00 (Migrated from github.com)

@dkakashi69 , i added workspace names to i3list output (i3list[WAN] , i3list[WTN]), and now send the windows to the workspace names instead of the numbers (it looks like if no name is set, it will have the number as the name (as a string)).

Clone the master branch or to get the latest changes. The files you need are i3list and i3run.

Report back if the issue persist. Or close this issue if it looks resolved (i will assume it is resolved and close it myself if there is no activity on this issue in a week).

@dkakashi69 , i added workspace names to i3list output (i3list[WAN] , i3list[WTN]), and now send the windows to the workspace names instead of the numbers (it looks like if no name is set, it will have the number as the name (as a string)). Clone the master branch or to get the latest changes. The files you need are i3list and i3run. Report back if the issue persist. Or close this issue if it looks resolved (i will assume it is resolved and close it myself if there is no activity on this issue in a week).
anhthii commented 2018-07-12 01:42:28 +00:00 (Migrated from github.com)

Thanks, it works!

Thanks, it works!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bud/i3ass#10
No description provided.