tutorial vids added

This commit is contained in:
Luke Smith 2018-07-08 09:16:56 -04:00
parent 999c61721e
commit 30d139257f
3 changed files with 14 additions and 1 deletions

View file

@ -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 /

10
.larbs/tutorialvids Normal file
View file

@ -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

3
.scripts/tutorialvids Executable file
View file

@ -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}')