From 8d1570b45e269c0ef4384c1a82ad9c522b75661b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 7 Sep 2024 00:56:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(tmux):=20floax?= =?UTF-8?q?=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/.github/README.md | 1 - .config/tmux/conf/plugins.conf | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.config/tmux/.github/README.md b/.config/tmux/.github/README.md index a2d3b5d2..9a4fabdc 100644 --- a/.config/tmux/.github/README.md +++ b/.config/tmux/.github/README.md @@ -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). diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 130fb40b..f0baefed 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -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'