diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-23 18:32:55 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-23 18:32:55 -0700 |
commit | 5edfbefa4e1e475d86adccd0656ad3b4f07908bf (patch) | |
tree | afeb645bd8b7ed84e0830c3871369d262c30c736 /home/xyz/.local | |
parent | 6e30dfcf5321e4a23cecefac78c0f81ee72f136c (diff) |
pox as seperate script instead of alias, to use in dmenu
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/pox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/pox b/home/xyz/.local/bin/pox new file mode 100755 index 00000000..4aa76afe --- /dev/null +++ b/home/xyz/.local/bin/pox @@ -0,0 +1,4 @@ +#!/bin/sh +# Pass Otp Xsel + +pass otp duolibre | tail -n1 | xsel -ibt 3000 |