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