urxvt progs added

This commit is contained in:
Luke Smith 2018-05-04 13:37:49 -07:00
parent d755931c52
commit 6e33defd27
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
new/ new/
www/.well-known

View File

@ -57,12 +57,11 @@ poppler,r,ranger pdf previews,
projectm-pulseaudio,D,music/audio visualizer, projectm-pulseaudio,D,music/audio visualizer,
pulseaudio,,audio system, pulseaudio,,audio system,
pulseaudio-alsa,,audio system, pulseaudio-alsa,,audio system,
python-dbus,,,
python-gobject,,,
qutebrowser,,default browser, qutebrowser,,default browser,
r,P,statistics and calculator, r,P,statistics and calculator,
ranger,r,file manager, ranger,r,file manager,
rsync,,, rsync,,,
rxvt-unicode,U,alternate terminal
sc-im,,spreadsheet manager, sc-im,,spreadsheet manager,
screenfetch,D,system stats, screenfetch,D,system stats,
screenkey,,screencasting keyboard view, screenkey,,screencasting keyboard view,
@ -80,6 +79,8 @@ unclutter-xfixes-git,,hides mouse if idle,
unrar,,extraction, unrar,,extraction,
unzip,,extraction, unzip,,extraction,
urlview,,url parser for terminal apps, urlview,,url parser for terminal apps,
urxvt-perls,U,perl scripts for urxvt,
urxvt-resize-font-git,U,resize urxvt font,
vim,,text editor, vim,,text editor,
vim-live-latex-preview,X,latex preview, vim-live-latex-preview,X,latex preview,
vim-pathogen,,vim package manager, vim-pathogen,,vim package manager,

Can't render this file because it has a wrong number of fields in line 64.

View File

@ -1,6 +1,4 @@
RewriteEngine On RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L] RewriteRule ^([^\.]+)$ $1.html [NC,L]
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh