This commit is contained in:
quak
2024-10-06 22:49:38 +02:00
parent a5f8cbe9ab
commit e9d3755248
2 changed files with 13 additions and 2 deletions

View File

@@ -19,12 +19,14 @@ A collection of configuration files meant to be used with GNU stow.
* alacritty * alacritty
* audacious * audacious
* bash-completion * bash-completion
* bat
* bitwarden * bitwarden
* dunst * dunst
* eza * eza
* feh * feh
* firefox * firefox
* git * git
* ly
* maim * maim
* man * man
* pavucontrol * pavucontrol
@@ -34,6 +36,7 @@ A collection of configuration files meant to be used with GNU stow.
* rofi * rofi
* starship * starship
* stow * stow
* tmux
* unzip * unzip
* xclip * xclip

View File

@@ -4,8 +4,13 @@ set-option -g default-command "/bin/bash"
# set prefix key # set prefix key
unbind C-b unbind C-b
set -g prefix C-Space set-option -g prefix C-Space
bind C-Space send-prefix
# general keybindings
bind r source-file ~/.config/tmux/tmux.conf \; display-message "config reloaded"
bind -n S-Left previous-window
bind -n S-Right next-window
# enable mouse support # enable mouse support
set -g mouse on set -g mouse on
@@ -15,3 +20,6 @@ set -g base-index 1
set -g pane-base-index 1 set -g pane-base-index 1
set-window-option -g pane-base-index 1 set-window-option -g pane-base-index 1
set-option -g renumber-windows on set-option -g renumber-windows on
# status bar
set -g status-interval 5