diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /ar/.config/sesh/sesh.toml | |
init
Diffstat (limited to 'ar/.config/sesh/sesh.toml')
| -rw-r--r-- | ar/.config/sesh/sesh.toml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/ar/.config/sesh/sesh.toml b/ar/.config/sesh/sesh.toml new file mode 100644 index 0000000..17e6085 --- /dev/null +++ b/ar/.config/sesh/sesh.toml @@ -0,0 +1,43 @@ +[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 {}" + +[[session]] +name = "code" +path = "~" +# disable_startup_command = true + +[[session]] +name = "nvim config" +path = "~/.config/nvim" +startup_command = "nvim" + +[[session]] +name = "tmux config" +path = "~/.config/tmux" +startup_command = "nvim tmux.conf" +preview_command = "bat --plain --wrap character --color=always ~/.config/tmux/tmux.conf" + +[[session]] +name = "config" +path = "~/.config" + +[[session]] +name = "dotfiles" +path = "~/.dotfiles" + +[[session]] +name = "private" +path = "~/Private" + +[[session]] +name = "public" +path = "~/Public" + +[[session]] +name = "scripts" +path = "~/.local/bin" + +[[session]] +name = "suckless" +path = "~/.local/src/suckless" |
