diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-30 00:09:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-30 00:09:27 -0400 |
| commit | bbfd5717ac8f827edb3a8e90f1c991352278d7d4 (patch) | |
| tree | 5ed1133165897efcfde763a24ce5c2037f5910f1 /.scripts/i3cmds | |
| parent | 4e97178df20f69b00b7c7bd31b3441cc85df2b66 (diff) | |
| download | eibhear-bbfd5717ac8f827edb3a8e90f1c991352278d7d4.tar.gz eibhear-bbfd5717ac8f827edb3a8e90f1c991352278d7d4.tar.zst eibhear-bbfd5717ac8f827edb3a8e90f1c991352278d7d4.zip | |
old scripts removed
Diffstat (limited to '.scripts/i3cmds')
| -rwxr-xr-x | .scripts/i3cmds/manview | 2 | ||||
| -rwxr-xr-x | .scripts/i3cmds/newspod | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.scripts/i3cmds/manview b/.scripts/i3cmds/manview deleted file mode 100755 index fdc004c..0000000 --- a/.scripts/i3cmds/manview +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -man -Tpdf $(man -k . | awk '{print $1}' | uniq | dmenu -l 20) | zathura - diff --git a/.scripts/i3cmds/newspod b/.scripts/i3cmds/newspod deleted file mode 100755 index 6432fd2..0000000 --- a/.scripts/i3cmds/newspod +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |
