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

Cannot open tmuxifier on bspwm config reload #1488

Open
FreshHead opened this issue Apr 2, 2024 · 0 comments
Open

Cannot open tmuxifier on bspwm config reload #1488

FreshHead opened this issue Apr 2, 2024 · 0 comments

Comments

@FreshHead
Copy link

FreshHead commented Apr 2, 2024

Good day. I created session for work with tmuxifier. Now I want to open it on system start.

I tried this in multiple terminals but got errors in all of them:
If I use kitty like this:

kitty 'tmuxifier load-session sweep' &

On config reload I got:

Failed to launch child: tmuxifier load-session sweep
With error: No such file or directory
Press Enter to exit.

gnome-terminal:

gnome-terminal -- "tmuxifier load-session sweep" &

And there is a error:

There was an error creating the child process for this terminal
Failed to execute child process “tmuxifier load-session sweep”: Failed to execve: No such file or directory

And at last is alacrity:

alacritty -e tmuxifier load-session sweep

Alacrity just won't open. Therefore no errors for there.
Same errors if "tmuxifier load-session sweep" replace with just "nvim".

If instead of tmuxifier I run just tmux like in:

gnome-terminal -- "tmux" &

or:

alacritty -e tmux &

After config reload terminal opens us expected.

Note: If I run commands described above in terminal there will be working. Errors occurs only if I put them in my bspwmrc shell script and reload bspwm/reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant