aboutsummaryrefslogtreecommitdiff
path: root/tmux/.config
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2021-02-06 23:23:17 +0000
committerKumar Damani <kdamani@kepler.space>2021-02-06 23:23:17 +0000
commitea46c39ad708e88c37e3082b9d04e6c08420e719 (patch)
tree7325770dbbeee62e54d7b166be335718f599dc43 /tmux/.config
parent630731727a4c1a896c5ba16abca76a997a04402e (diff)
dotfiles update, dwm update
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux_start.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux_start.conf b/tmux/.config/tmux/tmux_start.conf
index d42af0e..992ad93 100644
--- a/tmux/.config/tmux/tmux_start.conf
+++ b/tmux/.config/tmux/tmux_start.conf
@@ -13,7 +13,7 @@ source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
# setup tmux_start session
#new-session -s dropdownSession -n walls
new-session -n scratch -c $HOME -s "scratchpad"
-send-keys 'ranger' Enter
+send-keys 'nnn' Enter
new-window -n bash -c ~
send-keys 'neofetch' Enter
select-window -t scratch