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-filescmd.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-filescmd.sh')
-rwxr-xr-x | i3-filescmd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3-filescmd.sh b/i3-filescmd.sh new file mode 100755 index 0000000..fc4a53c --- /dev/null +++ b/i3-filescmd.sh @@ -0,0 +1,3 @@ +#!/bin/sh +alacritty -e zsh -c "cat ~/.config/wpg/sequences && vifm" + |