diff options
Diffstat (limited to '.scripts/i3cmds/newspod')
| -rwxr-xr-x | .scripts/i3cmds/newspod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scripts/i3cmds/newspod b/.scripts/i3cmds/newspod new file mode 100755 index 0000000..6432fd2 --- /dev/null +++ b/.scripts/i3cmds/newspod @@ -0,0 +1,5 @@ +#!/bin/sh +# Another script because i3 is too dumb to call basic operations right. +# Brings up newsboat, if newsboat is open, opens podboat + +newsboat || podboat |
