Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
fe7d9440dd
3 changed files with 23 additions and 17 deletions
|
@ -30,6 +30,7 @@
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Noto Sans Mono</family>
|
<family>Noto Sans Mono</family>
|
||||||
<family>Liberation Mono</family>
|
<family>Liberation Mono</family>
|
||||||
|
<family>Braille</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
|
@ -5,22 +5,22 @@
|
||||||
# add/remove videos from this list as I go on.
|
# add/remove videos from this list as I go on.
|
||||||
|
|
||||||
vidlist="
|
vidlist="
|
||||||
dwm (window manager) https://www.youtube.com/watch?v=xnREqY-oyzM
|
dwm (window manager) https://videos.lukesmith.xyz/videos/watch/f6b78db7-b368-4647-bc64-28c08fff1988
|
||||||
pacman (installing/managing programs) https://www.youtube.com/watch?v=-dEuXTMzRKs
|
pacman (installing/managing programs) https://videos.lukesmith.xyz/videos/watch/8e7cadb9-0fed-47ce-a2a8-6635fa48614b
|
||||||
status bar https://www.youtube.com/watch?v=UP2QpHmcgyk
|
status bar https://videos.lukesmith.xyz/videos/watch/a4d5326b-0aac-496e-bfc3-5acd5cee89f0
|
||||||
sxiv (image viewer) https://www.youtube.com/watch?v=GYW9i_u5PYs
|
sxiv (image viewer) https://videos.lukesmith.xyz/videos/watch/ad4c8d85-90c3-4f3d-a1f3-89129e64a3c2
|
||||||
st (terminal) https://www.youtube.com/watch?v=9H75enWM22k
|
st (terminal) https://videos.lukesmith.xyz/videos/watch/efddd39d-bac5-4599-b572-177beb4ce6e8
|
||||||
i3 (old window manager) https://www.youtube.com/watch?v=GKviflL9XeI
|
i3 (old window manager) https://videos.lukesmith.xyz/videos/watch/b861525c-7ada-40ee-a2bb-b5e1ffe0f48b
|
||||||
neomutt (email) https://www.youtube.com/watch?v=2U3vRbF7v5A
|
neomutt (email) https://videos.lukesmith.xyz/videos/watch/83122e83-52d9-4278-ae1a-7d1beeb50c8e
|
||||||
ncmpcpp (music player) https://www.youtube.com/watch?v=sZIEdI9TS2U
|
ncmpcpp (music player) https://videos.lukesmith.xyz/videos/watch/b5ac6f0d-a220-4433-88e3-e98fc791dc0a
|
||||||
newsboat (RSS reader) https://www.youtube.com/watch?v=dUFCRqs822w
|
newsboat (RSS reader) https://videos.lukesmith.xyz/videos/watch/bd2c3fff-40fa-47ea-aa98-5b1ec0c903b6
|
||||||
ranger (file manager) https://www.youtube.com/watch?v=L6Vu7WPkoJo
|
ranger (file manager) https://videos.lukesmith.xyz/videos/watch/785d914f-8cbd-4a3d-a1f6-d75675fc7549
|
||||||
zathura (pdf viewer) https://www.youtube.com/watch?v=V_Iz4zdyRM4
|
zathura (pdf viewer) https://videos.lukesmith.xyz/videos/watch/c780f75a-11f6-48a9-a191-d079ebc36ea4
|
||||||
gpg keys https://www.youtube.com/watch?v=DMGIlj7u7Eo
|
gpg keys https://videos.lukesmith.xyz/videos/watch/040f5530-4830-4583-9ddc-2080b421531b
|
||||||
calcurse (calendar) https://www.youtube.com/watch?v=hvc-pHjbhdE
|
calcurse (calendar) https://videos.lukesmith.xyz/videos/watch/4b937e8b-7654-46e3-8d01-79392ec5b3d1
|
||||||
urlview https://www.youtube.com/watch?v=IgzpAjFgbCw
|
urlview https://videos.lukesmith.xyz/videos/watch/31a4918f-633b-4bd6-b08e-956ac75d0324
|
||||||
colorschemes with pywal https://www.youtube.com/watch?v=Es79N_9BblE
|
colorschemes with pywal https://videos.lukesmith.xyz/videos/watch/1b476003-61b2-4609-ac4b-820c3d128643
|
||||||
vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E
|
vi mode in shell https://videos.lukesmith.xyz/videos/watch/228aa50c-836f-456f-9f0d-a45157fe4313
|
||||||
pass (password manager) https://www.youtube.com/watch?v=sVkURNfxPd4
|
pass (password manager) https://videos.lukesmith.xyz/videos/watch/432fc942-5e28-4682-9beb-f5cb237a1dd6
|
||||||
"
|
"
|
||||||
echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 20 | awk '{print $1}')\s" | sed 's/.*\t//' | xargs -r mpv
|
echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 20 | awk '{print $1}')\s" | sed 's/.*\t//' | xargs -r mpv
|
||||||
|
|
5
pinentry/preexec
Executable file
5
pinentry/preexec
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/hint/sh
|
||||||
|
|
||||||
|
# Define additional functionality for pinentry. For example
|
||||||
|
test -e /usr/lib/libgcr-base-3.so.1 && exec /usr/bin/pinentry-gnome3 "$@"
|
||||||
|
#test -e /usr/lib/libQt5Widgets.so.5 && exec /usr/bin/pinentry-qt "$@"
|
Loading…
Reference in a new issue