diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-09-10 12:19:06 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-09-10 12:19:06 -0400 |
commit | 74f909fedcbe354055a7f5a492735e09ba6d15da (patch) | |
tree | eb209f321bee3240d2a8e83c47c5e187ecde8ff8 /i3-mailcmd.sh | |
parent | 8633c82378ab9b3a88b956def1a05cb76b4c11fd (diff) | |
download | scripts-74f909fedcbe354055a7f5a492735e09ba6d15da.tar.xz scripts-74f909fedcbe354055a7f5a492735e09ba6d15da.zip |
Moved i3 commands into scripts, fixed screencast and added webcam toggles
Diffstat (limited to 'i3-mailcmd.sh')
-rwxr-xr-x | i3-mailcmd.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/i3-mailcmd.sh b/i3-mailcmd.sh new file mode 100755 index 0000000..3d253fc --- /dev/null +++ b/i3-mailcmd.sh @@ -0,0 +1,4 @@ +#!/bin/sh +alacritty -t "Reading Email" -e zsh -c "cat ~/.config/wpg/sequences && mutt" +mbsync -c ~/.config/mbsync/mbsyncrc -a +pkill -77 i3blocks |