summaryrefslogtreecommitdiff
path: root/ar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config')
-rw-r--r--ar/.config/sesh/sesh.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ar/.config/sesh/sesh.toml b/ar/.config/sesh/sesh.toml
index 17e6085..349c5ba 100644
--- a/ar/.config/sesh/sesh.toml
+++ b/ar/.config/sesh/sesh.toml
@@ -1,3 +1,10 @@
+sort_order = [
+ "tmuxinator", # show first
+ "tmux",
+ "config",
+ "zoxide", # show last
+]
+
[default_session]
startup_command = "if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then git status; else clear && ls -I .git; fi"
preview_command = "eza -glaa --icons --group-directories-first --color=always {}"
@@ -41,3 +48,7 @@ path = "~/.local/bin"
[[session]]
name = "suckless"
path = "~/.local/src/suckless"
+
+[[window]]
+name = "git"
+startup_script = "git pull"