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

Floax Crashing with exit Code 1 #44

Open
TheOmnipotentPotato opened this issue Dec 17, 2024 · 0 comments
Open

Floax Crashing with exit Code 1 #44

TheOmnipotentPotato opened this issue Dec 17, 2024 · 0 comments

Comments

@TheOmnipotentPotato
Copy link

I use floax almost daily on my mac (2020 intel i5 running MacOS 15.2). I am setting up a thinkpad x1 carbon 6th gen with arch Linux. I have a fresh tmux instal and the only plugin I have installed in my .tmux.conf is floax, and the catppuccin theme. Whenever I try and launch a floax window tmux informs me that floax.sh has exited with code 1. This is a fresh install of tmux and I installed floax this morning.

unbind r
bind r source-file ~/.tmux.conf


set -g prefix C-s

set -g mouse on
set -g default-terminal "screen-256color"
set -as terminal-overrides ",alacritty*:Tc"

set -g base-index 1
setw -g pane-base-index 1

set-option -g status-position top

unbind %
unbind '"'

bind - split-window -v
bind "=" split-window -h 

bind x kill-pane

# switch panes using Alt-arrow without prefix
bind -n C-h select-pane -L
bind -n C-l select-pane -R
bind -n C-k select-pane -U
bind -n C-j select-pane -D


# List of plugins
set -g @plugin 'tmux-plugins/tpm'

set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha' # latte,frappe, macchiato or mocha
set -g @catppuccin_window_status_style "rounded"

run ~/.tmux/plugins/tmux/catppuccin.tmux


set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -g status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{E:@catppuccin_status_cpu}"
set -ag status-right "#{E:@catppuccin_status_session}"
set -ag status-right "#{E:@catppuccin_status_uptime}"
set -agF status-right "#{E:@catppuccin_status_battery}"

#set -g @plugin 'christoomey/vim-tmux-navigator'

#set -g @plugin 'xamut/tmux-spotify'

set -g @plugin 'omerxx/tmux-floax'
#set -g @floax-width '50%'
#set -g @floax-height '50'

#this should end my .tmux.config file
run '~/.tmux/plugins/tpm/tpm'

this is my .tmux.conf I have tested running other plugins, specifically tmux-spotify and they work fine. I have git and bash installed on my system, I use zsh for my shell. I have the latest version of tmux plugin manger install (I reinstalled this morning just to make sure). For system information I am running arch Linux, KDE plasma for my desktop environment, sddm for my display manager, Wayland for my display server, and I am using Alacritty as my terminal emulator (though I don't see how it would matter including that detail is free)

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