| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DEPENDENCIES.md:
nixed. good riddance.
i have no reason to think it was helpful and was a nightmare to update
bin/
fcard: some tab changes. -z still broken
fl: removed unnecessary lines from before flc's existence.
flc: inherited IFS because of dmenu crap. tr -d to prevent pasting newlines.
op: changed text/* to spawn a terminal. often op is invoked outside the terminal.
shenv: looks at HOME_ETC for uniformity
etc/
X11/xprofile: line for updating sfeed feeds
aliasrc: colorizing lr
ksh/kshrc:
MANPATH extended to accommodate for user-specific packages, e.g python
call_it_a_day updates packages and cleans the system, tracks how long that took
mpv/mpv.conf: self-explanatory
newsboat: not used anymore
sfeedrc: new rss config, needs feed urls
shrc: making room for sfeed, self-explanatory
yt-dlp:
mostly self-explanatory renaming
new config for playlists, separate because you seemingly can't use directory markers in text substitution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
config and data are now etc and share, to better match my homedir
bin:
generally, shellcheck errors (where there's actually a problem) have been fixed
bother now includes alternate support for libnotify as well as my notif
comm-sel now loops, so spawning programs doesn't require multiple runs
fcard: my flashcard script
accepts a tsv's path on $1, expecting:
the word on column 1
the defintion on column 2
(optional) the section on column 3
if $2 is specified, only runs through lines with that string as its section
fl:
added aesgcm to the url detector string, because of profanity
cleaned up urlparse
now outputs the urls, one per line, making it more unixy
flc: a quick script. uses fl's output to do what fl once did on its own.
kbsetup now lacks escape xcape magic, qmk does that for me now.
lh: general cleanup. added and removed a site for the video extract section
metamv: gives arguments self-describing names based off metadata.
mainly just for sorting FLACs off bandcamp
this might not be entirely safe. use your own discretion.
notif:
xnotify wasn't happy with the previous design.
it was sending notifications in pieces.
this new one's an absolute mess but it works well, is smaller, and faster
op: changed the pdf bit to allow variants
smv: file is self-explanatory
applies the pipeline specified in "$1" to every file name specified after it
xbg: contains a fallback if xwallpaper isn't downloaded or its path is empty.
yw: just a quick and dirty line for watching things in mpv using yt-dlp.
etc:
X11/:
xprofile now includes the latest xnotify initialization.
xresources prevents a variable collision
also updates new xnotify resource names
and changes which program to pipe the screen to.
mpd/mpd.conf
just updates to path structure.
yt-dlp/*
too many changes to describe. should be fairly self-explanatory.
ksh/:
prompt.ksh: the $ is green now. hooray!
lf/lfrc: removed ttmsh function. i use my server for that now.
newsboat/config: external-url-viewer is now non-python.
zathura/zathurarc: font is now hermit.
aliasrc:
exa is no more.
vis is also no more.
youtube-dl is dead. long live yt-dlp.
shrc: locale vars changed to ones than glibc is ok with
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bin/fl: removed unnecessary newline escapes
config/
X11/
xprofile: added dvorak programmer
replaced unclutter with xbanish
xresources: switch to hermit for font
aliasrc: lynx vikeys
color/colors.sh: fixed & portablized color grabbing
cwmrc: removed
dunst/dunstrc: switch to hermit for font
ksh/
functions/
man_complete: now uses ~cache
mpvpin: args improved
kshrc: added FCEDIT
removed uptime from PF_INFO
prompt.ksh: shored up
lf/lfrc: prompt made more consistent with ksh's
ncmpcpp/config: paths updated
newsboat/config: path updated
shrc: LAUNCHER added
LOCK switched to xlockmore
|
|
bin/
fl: finds links, sends list to dmenu so user can choose one to copy to the
clipboard
lh:
replaced sed invocations with lstrip() invocations
redir handling changed to function findredir(), which loops over curl's
output, only outputting location urls
changed case statement to look for .extensions instead of the end of the url
local files are now sent to bin/op for processing
mpv given --no-terminal flag for no output instead of redirection shit
similarly, sxiv is given -q (and -p to not cache)
op:
formerly opener
changed error message to be more portable
prompt:
removed help text
pw:
doesn't need to be in a variable
rsschk:
redesigned after an eternity
uses a modified re_urls, looking for .rss and .xml urls
generally smaller
shenv:
uses ${var:=val}
specifies /bin/sh
xbg:
removed .fehbg handling
config/
aliasrc:
e and v set TERM to xterm-256color, otherwise vis freaks out
cwmrc:
urgencyborder color added (with color1)
ungroupborder changed to color5
program list removed
4-Return set to $TERMINAL
4S-r rebound to restart
4-X set to $LOCK
prompt binds fixed
dunst/dunstrc:
icons disabled
ksh/functions/l.:
changed to ksh function
for non-current directories, changes there in a subshell and uses that
current directory, sending an error message if the directory doesn't exist
lf/lfrc:
cmd open removed
cmd ttmsh fixed
shrc:
removed ALTSCR
added OPENER=op
IRC_SERVERS_FILE removed
TODO changed to correct path
GOCACHE and GOBIN added, self-explanatory
data/
applications/:
removed
mailcap:
changed to relegate most of its functionality to bin/op
|