02b0ca610d
- resticprofile: remove all schedules (manual backups via backup-menu) - resticprofile: fix hardcoded /home/ada paths → ~/ - proj(): find git repos by .git presence up to depth 4 - bootstrap.sh: add fzf, fd, bat, ripgrep, kitty, htop to packages - README.md: rewrite for chezmoi (remove stow references) - add: htoprc, betterbird_up.sh, kitty_up.sh, tg_up.sh
9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
WID=$(kdotool search --class betterbird | head -1)
|
|
|
|
if [ -n "$WID" ]; then
|
|
kdotool windowactivate "$WID"
|
|
else
|
|
betterbird &
|
|
fi
|