diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c4a95b2..b2848ec 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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' diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index 38a11aa..39768c6 100755 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -14,7 +14,7 @@ dunst & nm-applet & # Compostitor with special stuff -picom --experimental-backend & +picom & # wallpaper nitrogen --restore &