tutorial vids added
This commit is contained in:
parent
999c61721e
commit
30d139257f
3 changed files with 14 additions and 1 deletions
|
@ -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
10
.larbs/tutorialvids
Normal 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
3
.scripts/tutorialvids
Executable 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}')
|
Loading…
Reference in a new issue