Compare commits

...

2 Commits

Author SHA1 Message Date
stupidcomputer b7d5dff2e4 fix issue where rbw couldn't collect password from pinentry
when executing rbw, pinentry complains about a lack of terminal size. if
you remove the terminal, it can't be too small, right?
2024-04-10 17:08:10 -05:00
stupidcomputer c7a51fb7a1 add tmuxbird, a crappy thunderbird replacement via tmux 2024-04-10 17:04:46 -05:00
2 changed files with 11 additions and 1 deletions

10
builds/utils/sh/tmuxbird Executable file
View File

@ -0,0 +1,10 @@
tmux new-session -d -s tmuxbird "neomutt"
tmux split-window -fb -t tmuxbird:0 -l 3% -d 'watch -n 30 "mbsync --config=$HOME/.config/isync/config main; vdirsyncer sync; rbw sync"'
sleep 1
tmux resize-pane -t 1 -U 5
tmux split-window -fhb -t tmuxbird:0 -l 3% -d 'watch -n 30 "todo list"'
tmux rename-window mailview
tmux new-window -n calview "khal interactive"
tmux split-window -fhb -t tmuxbird:1 -l 10 -d 'todo shell'
tmux select-window -t 0
tmux attach-session -t tmuxbird

View File

@ -6,7 +6,7 @@
settings = {
base_url = "https://bitwarden.beepboop.systems";
email = "bit@beepboop.systems";
pinentry = "curses";
# pinentry = "gtk";
};
};
}