getkeys moved to ~/.scripts/.getkeys

This commit is contained in:
Luke Smith 2018-08-04 14:16:03 -04:00
parent 288098c1cf
commit e90cfeff52
10 changed files with 47 additions and 4 deletions

View file

@ -0,0 +1,43 @@
esc left workspace exit i3
tab last workspace
- - vol -- vol
_ - vol -- vol
= + vol ++ vol
+ + vol ++ vol
q kill win kill win
w browser browser
e neomutt tutorials
r ranger sudo ranger
t toggle hor/vert gaps=15px
y calcurse resize left
u dropdown term resize down
i htop resize up
o sticky win resize right
p pause music
[ back 10 secs back 2 min
] forward 10 secs forward 2 min
\ last workspace
a calculator audio control
s + inner gaps - inner gaps
d dmenu remove gaps
f fullscreen freeze mode
g left workspace GIMP
h focus left move win left
j focus down move win down
k focus up move win up
l focus right move win right
; right workspace
' fast right win
z + outer gaps - outer gaps
x lock screen shutdown
c webcam
v visualizer projectm
b bar on/off stick/float win
n newsboat
m ncmpcpp mute audio
, previous song restart song
< previous song restart song
. next song
> next song
/ fast win below kill win
? fast win below kill win

View file

@ -2,11 +2,11 @@
elsewhere() { echo Key mappings available for the following programs: elsewhere() { echo Key mappings available for the following programs:
ls ~/.larbs ls ~/.larbs
echo Run \`larbs-keys\` followed by a program name to get bindings ;} echo Run \`getkeys\` followed by a program name to get bindings ;}
if [[ -f ~/.larbs/getkeys/$1 ]]; then if [[ -f ~/.scripts/.getkeys/$1 ]]; then
cat ~/.larbs/getkeys/$1 cat ~/.scripts/.getkeys/$1
else else
echo Run command with one of the following arguments for info about that program: echo Run command with one of the following arguments for info about that program:
ls ~/.larbs/getkeys ls ~/.scripts/.getkeys
fi fi