summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.scripts/.getkeys/calcurse (renamed from .larbs/getkeys/calcurse)0
-rw-r--r--.scripts/.getkeys/feh (renamed from .larbs/getkeys/feh)0
-rw-r--r--.scripts/.getkeys/i3 (renamed from .larbs/getkeys/i3)0
-rw-r--r--.scripts/.getkeys/i3keysguide43
-rw-r--r--.scripts/.getkeys/mutt (renamed from .larbs/getkeys/mutt)0
-rw-r--r--.scripts/.getkeys/ncmpcpp (renamed from .larbs/getkeys/ncmpcpp)0
-rw-r--r--.scripts/.getkeys/newsboat (renamed from .larbs/getkeys/newsboat)0
-rw-r--r--.scripts/.getkeys/ranger (renamed from .larbs/getkeys/ranger)0
-rw-r--r--.scripts/.getkeys/zathura (renamed from .larbs/getkeys/zathura)0
-rwxr-xr-x.scripts/getkeys8
10 files changed, 47 insertions, 4 deletions
diff --git a/.larbs/getkeys/calcurse b/.scripts/.getkeys/calcurse
index a20e624..a20e624 100644
--- a/.larbs/getkeys/calcurse
+++ b/.scripts/.getkeys/calcurse
diff --git a/.larbs/getkeys/feh b/.scripts/.getkeys/feh
index ac7f627..ac7f627 100644
--- a/.larbs/getkeys/feh
+++ b/.scripts/.getkeys/feh
diff --git a/.larbs/getkeys/i3 b/.scripts/.getkeys/i3
index ddfaad3..ddfaad3 100644
--- a/.larbs/getkeys/i3
+++ b/.scripts/.getkeys/i3
diff --git a/.scripts/.getkeys/i3keysguide b/.scripts/.getkeys/i3keysguide
new file mode 100644
index 0000000..d2d49a1
--- /dev/null
+++ b/.scripts/.getkeys/i3keysguide
@@ -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
diff --git a/.larbs/getkeys/mutt b/.scripts/.getkeys/mutt
index 41069ff..41069ff 100644
--- a/.larbs/getkeys/mutt
+++ b/.scripts/.getkeys/mutt
diff --git a/.larbs/getkeys/ncmpcpp b/.scripts/.getkeys/ncmpcpp
index 63fa324..63fa324 100644
--- a/.larbs/getkeys/ncmpcpp
+++ b/.scripts/.getkeys/ncmpcpp
diff --git a/.larbs/getkeys/newsboat b/.scripts/.getkeys/newsboat
index b6953b3..b6953b3 100644
--- a/.larbs/getkeys/newsboat
+++ b/.scripts/.getkeys/newsboat
diff --git a/.larbs/getkeys/ranger b/.scripts/.getkeys/ranger
index bcf784b..bcf784b 100644
--- a/.larbs/getkeys/ranger
+++ b/.scripts/.getkeys/ranger
diff --git a/.larbs/getkeys/zathura b/.scripts/.getkeys/zathura
index 5b3a51a..5b3a51a 100644
--- a/.larbs/getkeys/zathura
+++ b/.scripts/.getkeys/zathura
diff --git a/.scripts/getkeys b/.scripts/getkeys
index 9cef862..b28af20 100755
--- a/.scripts/getkeys
+++ b/.scripts/getkeys
@@ -2,11 +2,11 @@
elsewhere() { echo Key mappings available for the following programs:
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
-cat ~/.larbs/getkeys/$1
+if [[ -f ~/.scripts/.getkeys/$1 ]]; then
+cat ~/.scripts/.getkeys/$1
else
echo Run command with one of the following arguments for info about that program:
-ls ~/.larbs/getkeys
+ls ~/.scripts/.getkeys
fi