getkeys moved from PATH
This commit is contained in:
parent
cd839cb0d1
commit
68ba026b24
10 changed files with 3 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
|||
__ _
|
||||
/ _| ___| |__
|
||||
| |_ / _ \ '_ \
|
||||
| _| __/ | | |
|
||||
|_| \___|_| |_|
|
||||
|
||||
feh is the image viewer.
|
||||
h/j/k/l - Pan image
|
||||
J/K - Zoom out/in
|
||||
f - Fullscreen
|
||||
H/L - Previous/next image in list/directory
|
||||
r - Reload image if changed
|
||||
! - Zoom to fill window
|
||||
w - Zoom to fit window
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cat ~/.scripts/.getkeys/"$1" 2>/dev/null && exit
|
||||
echo Run command with one of the following arguments for info about that program:
|
||||
ls ~/.scripts/.getkeys
|
||||
cat ~/.config/getkeys/"$1" 2>/dev/null && exit
|
||||
echo "Run command with one of the following arguments for info about that program:"
|
||||
ls ~/.config/getkeys
|
||||
|
|
Loading…
Reference in a new issue