blob: e6463d61539aa00f65151670eec658f5f331fd0a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
o "$BROWSER" github.com/notifications mail.google.com
# --hold must be before -e
# full window: -w156, am and pm in one line: -w114
o alacritty --hold -e rem -c+2 -w114
o alacritty --hold -e wtr
o alacritty -e newsboat
o alacritty -e weechat
o telegram-desktop
|