minor changes
This commit is contained in:
parent
af880ca478
commit
f54df76e82
@ -4,6 +4,8 @@
|
||||
# Read the "Plugin Manager" section (bottom) before trying to use this config!
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
set-environment -g PATH "/usr/local/bin:/bin:/usr/bin"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Global options
|
||||
# -----------------------------------------------------------------------------
|
||||
@ -18,8 +20,6 @@ set -s escape-time 0
|
||||
# Allow opening multiple terminals to view the same session at different sizes.
|
||||
setw -g aggressive-resize on
|
||||
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# Ensure window titles get renamed automatically.
|
||||
setw -g automatic-rename
|
||||
|
||||
@ -60,4 +60,4 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
|
||||
# Initialize TPM (keep this line at the very bottom of your tmux.conf).
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
@ -14,7 +14,7 @@ dunst &
|
||||
nm-applet &
|
||||
|
||||
# Compostitor with special stuff
|
||||
picom --experimental-backend &
|
||||
picom &
|
||||
|
||||
# wallpaper
|
||||
nitrogen --restore &
|
||||
|
||||
Loading…
Reference in New Issue
Block a user