blob: a3d809429bf146042ace9027449f3892f60bd4e4 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
o "$BROWSER" github.com/notifications mail.google.com
# --hold must be before -e
o alacritty --hold -e calcurse
o alacritty --hold -e wtr
o alacritty -e newsboat
o alacritty -e weechat
o telegram-desktop
|