You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 prefixbind -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 pluginsset -g @plugin 'tmux-plugins/tpm'set -g @plugin 'catppuccin/tmux'set -g @catppuccin_flavour 'mocha'# latte,frappe, macchiato or mochaset -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)
The text was updated successfully, but these errors were encountered:
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 thatfloax.sh
has exited with code 1. This is a fresh install of tmux and I installed floax this morning.this is my
.tmux.conf
I have tested running other plugins, specificallytmux-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)The text was updated successfully, but these errors were encountered: