🗑️ remove(tmux): floax plugin
This commit is contained in:
parent
b2e46820c0
commit
8d1570b45e
2 changed files with 1 additions and 5 deletions
1
.config/tmux/.github/README.md
vendored
1
.config/tmux/.github/README.md
vendored
|
@ -25,7 +25,6 @@ Now, here are the plugins I use alongside tmux:
|
||||||
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
|
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
|
||||||
- [catppuccin](https://github.com/catppuccin/tmux)
|
- [catppuccin](https://github.com/catppuccin/tmux)
|
||||||
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
|
- [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)
|
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
|
||||||
|
|
||||||
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
||||||
|
|
|
@ -3,9 +3,8 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'omerxx/tmux-sessionx'
|
set -g @plugin 'omerxx/tmux-sessionx'
|
||||||
# set -g @plugin 'omerxx/tmux-floax'
|
|
||||||
|
|
||||||
# Plugins Options
|
# Plugin Options
|
||||||
# Catppuccin
|
# Catppuccin
|
||||||
set -g @catppuccin_directory_text "#{pane_current_path}"
|
set -g @catppuccin_directory_text "#{pane_current_path}"
|
||||||
set -g @catppuccin_window_current_text "#{window_name}"
|
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-configuration-path 'alt-e'
|
||||||
set -g @sessionx-bind-back 'alt-b'
|
set -g @sessionx-bind-back 'alt-b'
|
||||||
|
|
||||||
# Floax
|
|
||||||
set -g @floax-border-color 'white'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue