You are not logged in.
I am trying to figure out a way to not only set xfce Filemanager to be ranger but have it startup in a tmux session. I noticed a similar post of setting ranger as the default 9735
I created this script:
tmux attach/; send-keys C-r/; select-window -t :=ranger
ranger
and set the file manager in preferred applications to xfce4-terminal -x sh filemanager.sh where filemanager.sh is the name of the script located in $HOME/.local/bin which is on my $PATH
And while it does launch ranger, it does not do so in a tmux session. I have tmux configured with tmux-ressurect to restore my session which includes a window called ranger. The send-keys C-r is supposed to restore that session before finally selecting the ranger window. I think the problem is ranger being on a new line but am unsure.
Does someone have experience with this sort of edge case or any ideas as to what I might be doing wrong? Thank you.
Offline
Does someone have experience with this sort of edge case or any ideas as to what I might be doing wrong? Thank you.
I have no experience, but maybe there's some hint here?
Offline
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 520.46 KiB (Peak: 524.3 KiB) ]