From 6e33defd2708c8dfc7a53babbc31ad54f84b9c89 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 4 May 2018 13:37:49 -0700 Subject: [PATCH] urxvt progs added --- .gitignore | 1 + src/progs.csv | 5 +++-- www/.htaccess | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f94ab8f..bfcd714 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ new/ +www/.well-known diff --git a/src/progs.csv b/src/progs.csv index 650a925..83e9e04 100644 --- a/src/progs.csv +++ b/src/progs.csv @@ -57,12 +57,11 @@ poppler,r,ranger pdf previews, projectm-pulseaudio,D,music/audio visualizer, pulseaudio,,audio system, pulseaudio-alsa,,audio system, -python-dbus,,, -python-gobject,,, qutebrowser,,default browser, r,P,statistics and calculator, ranger,r,file manager, rsync,,, +rxvt-unicode,U,alternate terminal sc-im,,spreadsheet manager, screenfetch,D,system stats, screenkey,,screencasting keyboard view, @@ -80,6 +79,8 @@ unclutter-xfixes-git,,hides mouse if idle, unrar,,extraction, unzip,,extraction, 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-live-latex-preview,X,latex preview, vim-pathogen,,vim package manager, diff --git a/www/.htaccess b/www/.htaccess index a6473e7..d60b53b 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,6 +1,4 @@ RewriteEngine On -RewriteCond %{HTTPS} off -RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/larbs.sh