🗑️ remove(tmux): floax plugin

This commit is contained in:
Sergio Laín 2024-09-07 00:56:00 +02:00
parent b2e46820c0
commit 8d1570b45e
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 1 additions and 5 deletions

View file

@ -25,7 +25,6 @@ Now, here are the plugins I use alongside tmux:
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
- [catppuccin](https://github.com/catppuccin/tmux)
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
- [tmux-floax](https://github.com/omerxx/tmux-floax)
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
The plugins and their options are declared on [this file](../conf/plugins.conf).

View file

@ -3,9 +3,8 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'omerxx/tmux-sessionx'
# set -g @plugin 'omerxx/tmux-floax'
# Plugins Options
# Plugin Options
# Catppuccin
set -g @catppuccin_directory_text "#{pane_current_path}"
set -g @catppuccin_window_current_text "#{window_name}"
@ -42,5 +41,3 @@ set -g @sessionx-bind-kill-session 'alt-q'
set -g @sessionx-bind-configuration-path 'alt-e'
set -g @sessionx-bind-back 'alt-b'
# Floax
set -g @floax-border-color 'white'