blob: bfcf283ff768b2624e9723e2b968f9bfe6d7f117 (
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
|