| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bin/comm-sel: forced cordless to obey XDG_CONFIG_HOME
bin/shenv: updated path to shrc
config/
X11/
xprofile: files for preparing an X session
just read the file
xresources: resources for an X session
good colors, xterm configuration
cwmrc
added autogroup for xterm
changed term to xterm
changed editor binding to not include kludge
shrc
now uses better home hierarchy
read for details
EDITOR changed to vise
TERMINAL changed to xterm
IRC_SERVERS_FILE now included
PYTHONUSERBASE now included
_JAVA_OPTIONS now included
TERMINFO now included
MAILCAPS now included
most changes result in a cleaner ~
user-dirs.dirs
all lines given directories in ~/share/xdg/
vis/
themes/fake256.lua
made to look like vim's zellner theme on a 16color term
visrc.lua
sets colorscheme to the aforementioned
wal/
removed all
forgot to include some things, expect another commit in a couple minutes
|
|
see README.md for information
|