Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch programs with i3 exec command #41

Merged
merged 1 commit into from
Nov 2, 2019

Conversation

JonnyHaystack
Copy link
Owner

Switched to using i3's exec command instead of Python's subprocess module for restoring programs because otherwise if you restore a workspace that is not currently focused and i3-resurrect switches workspace, programs may be restored on the previously focused workspace instead of the correct one.

Fixes #40

Switched to using i3's exec command instead of Python's
subprocess module for restoring programs because otherwise
if you restore a workspace that is not currently focused and
i3-resurrect switches workspace, programs may be restored on
the previously focused workspace instead of the correct one.
@JonnyHaystack JonnyHaystack added the bug Something isn't working label Nov 2, 2019
@JonnyHaystack JonnyHaystack added this to the 1.4.0 milestone Nov 2, 2019
@JonnyHaystack JonnyHaystack self-assigned this Nov 2, 2019
@JonnyHaystack JonnyHaystack merged commit 314959e into next Nov 2, 2019
@JonnyHaystack JonnyHaystack deleted the bugfix/windows_left_behind branch November 18, 2019 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant