From a5efcba0269db2071d32de1dc1164beb6fb33796 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 19 Jun 2025 14:47:58 +0200 Subject: [PATCH] update --- arch.md | 2 ++ init.lua | 1 - tmux.conf | 21 +++++++++------------ 3 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 arch.md diff --git a/arch.md b/arch.md new file mode 100644 index 0000000..27e4046 --- /dev/null +++ b/arch.md @@ -0,0 +1,2 @@ +1. apparmor +2. firewalld diff --git a/init.lua b/init.lua index 0a59d98..d28a079 100644 --- a/init.lua +++ b/init.lua @@ -16,7 +16,6 @@ end ------------------------------------------------------------------------------- -- Basic settings ------------------------------------------------------------------------------- -vim.opt.mouse = "" vim.opt.clipboard:append("unnamedplus") vim.opt.exrc = true vim.opt.autoread = true diff --git a/tmux.conf b/tmux.conf index 8cffdfc..39b87f8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,20 +1,17 @@ -# setw -g mouse on +setw -g mouse on setw -g mode-keys vi -# set -g pane-border-status top -# set -g pane-border-lines double -# set -g pane-border-indicators arrows -# set -g pane-border-status top + +set -g pane-border-status top +set -g pane-border-lines double +set -g pane-border-indicators arrows +set -g pane-active-border-style "bg=default fg=yellow" + set -g repeat-time 1000 set -s set-clipboard on set -sg escape-time 5 set -sa terminal-features ',xterm-256color:RGB' set -g destroy-unattached on -# set -g lock-after-time 600 -# set -g lock-command "cmatrix -abs" -set -g @kanagawa-border-contrast true -set -g @kanagawa-show-powerline true -set -g @kanagawa-cpu-display-load true -set -g @kanagawa-plugins "cpu-usage gpu-usage ram-usage time" + set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' bind h select-pane -L @@ -35,7 +32,7 @@ bind -n M-x copy-mode unbind -n MouseDown3Pane set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'Nybkox/tmux-kanagawa' +set -g @plugin 'niksingh710/minimal-tmux-status' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'Morantron/tmux-fingers' run -b '~/.tmux/plugins/tpm/tpm'