diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:16:56 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 09:16:56 -0400 |
| commit | 30d139257feff76e402c17dd9236c0b9afb557e7 (patch) | |
| tree | 57e2d2fa85a1a59a4a5e351c4bdb05178b37fbfb | |
| parent | 999c61721e4edd45a99b11591595fe696c28e630 (diff) | |
| download | eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.gz eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.tar.zst eibhear-30d139257feff76e402c17dd9236c0b9afb557e7.zip | |
tutorial vids added
| -rw-r--r-- | .config/i3/config | 2 | ||||
| -rw-r--r-- | .larbs/tutorialvids | 10 | ||||
| -rwxr-xr-x | .scripts/tutorialvids | 3 |
3 files changed, 14 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 44ce999..e07752b 100644 --- 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 new file mode 100644 index 0000000..51233cd --- /dev/null +++ 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 new file mode 100755 index 0000000..8f73b89 --- /dev/null +++ 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}') |
