From a8391ceeeb3311905fcb8c7c455413d0c72dcf0e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:04:24 +0900 Subject: modified sesh/sesh.toml, modified bin/sessionizer --- ar/.config/sesh/sesh.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ar/.config') 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" -- cgit v1.2.3