commit 30d139257feff76e402c17dd9236c0b9afb557e7 parent 999c61721e4edd45a99b11591595fe696c28e630 Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 8 Jul 2018 09:16:56 -0400 tutorial vids added Diffstat:
M | .config/i3/config | | | 2 | +- |
A | .larbs/tutorialvids | | | 10 | ++++++++++ |
A | .scripts/tutorialvids | | | 3 | +++ |
3 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/.config/i3/config b/.config/i3/config @@ -122,7 +122,7 @@ bindsym $mod+w exec --no-startup-id $BROWSER bindsym $mod+Shift+w exec --no-startup-id $BROWSER bindsym $mod+e exec $term -e neomutt -##bindsym $mod+Shift+e +bindsym $mod+Shift+e exec --no-startup-id tutorialvids bindsym $mod+r exec $term -e ranger bindsym $mod+Shift+r exec $term -e sudo ranger / diff --git a/.larbs/tutorialvids b/.larbs/tutorialvids @@ -0,0 +1,10 @@ +status_bar https://www.youtube.com/watch?v=gKumet6b-WY +feh +i3 +mutt https://www.youtube.com/watch?v=2U3vRbF7v5A +ncmpcpp https://www.youtube.com/watch?v=sZIEdI9TS2U +newsboat https://www.youtube.com/watch?v=dUFCRqs822w +ranger https://www.youtube.com/watch?v=FeGNqNlNLnk +zathura +gpg_keys https://www.youtube.com/watch?v=DMGIlj7u7Eo +calcurse https://www.youtube.com/watch?v=hvc-pHjbhdE diff --git a/.scripts/tutorialvids b/.scripts/tutorialvids @@ -0,0 +1,3 @@ +#!/bin/sh + +mpv $(grep -P "^$(cat ~/.larbs/tutorialvids | grep https | awk '{print $1}' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 5)\t" ~/.larbs/tutorialvids | awk '{print $2}')