From 0ca6f072825a1a56da63b60db73c3df41e0ab258 Mon Sep 17 00:00:00 2001 From: Xen0 Date: Fri, 6 Dec 2024 02:56:18 +0100 Subject: [PATCH] Upload files to "sWayland_configs" --- sWayland_configs/.tmux.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sWayland_configs/.tmux.conf diff --git a/sWayland_configs/.tmux.conf b/sWayland_configs/.tmux.conf new file mode 100644 index 0000000..ef30887 --- /dev/null +++ b/sWayland_configs/.tmux.conf @@ -0,0 +1,35 @@ +# display options +set -g renumber-windows on +setw -g automatic-rename on +set -g default-terminal "tmux-256color" +set-option -g set-titles on +setw -g mouse on +set-option -g status-right '' +set -g base-index 1 + +# reload config file +bind r source-file ~/.tmux.conf + +# allow focus events to get through to applications running in tmux +set -g focus-events on + +# loud or quiet? +set -g visual-activity on +set -g visual-bell on +set -g visual-silence off +setw -g monitor-activity off +set -g bell-action none + +# remap prefix from 'C-b' to 'C-a' +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix +# split panes using | and - +bind | split-window -h +bind - split-window -v +unbind '"' +unbind % +# theme +set -g status-bg white +set -g status-fg black +#set -g window-status-current-fg yellow