aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: e68c4d6d494acf0db36b5cfcc75f1c999ac1d993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
setw -g mouse on
set-option -ga terminal-overrides ",foot:Tc"
set-option -ga terminal-overrides ",xterm-256color:Tc"
setw -g mode-keys vi
set -g history-limit 10000
set -sg escape-time 50
set -s set-clipboard on

set -g status-interval 30
set -g status-style "bg=black,fg=white"
setw -g window-status-current-style "fg=white,bg=blue,bright"
set -g status-position bottom

# status-right
set -g status-right-length 100
set -g status-right "#{user}@#{host} | #(date -d now '+%a/%b/%Y %R') "

set -g set-titles on
set -g set-titles-string "#{window_name} #{user}@#{host_short}"
set -g base-index 1

bind-key b set-option status
set -g lock-command vlock
bind L lock-session
bind R 'source-file ~/.config/tmux/tmux.conf; display-message "source-file done"'
13d539037465d&follow=1'>common_service.sh: check for files before using themLuca Matei Pintilie1-6/+20 2024-10-06guix: add missing packagesLuca Matei Pintilie1-2/+16 2024-10-05guix: add initial configLuca Matei Pintilie2-0/+178 2024-09-15nvim: update deps and formatLuca Matei Pintilie3-27/+37 2024-08-10swayrbar: fix scriptsLuca Matei Pintilie2-15/+15 2024-08-03silence warningsLuca Matei Pintilie3-50/+39 2024-07-29pipewire: add configLuca Matei Pintilie2-0/+2 2024-07-15various wayland fixesLuca Matei Pintilie3-1/+8 2024-07-14implement turnstile-style servicesLuca Matei Pintilie17-48/+94 2024-07-11dwm(bar): silence errors a bitLuca Matei Pintilie1-16/+36 2024-07-11sway: use hyprlock, swaysome, swayr and swaybarLuca Matei Pintilie1-51/+59 2024-07-11swaylock: set background imageLuca Matei Pintilie1-2/+5 2024-07-11hyprlock: add configLuca Matei Pintilie2-0/+132 2024-07-11swayrbar: add configLuca Matei Pintilie6-0/+252