Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Picom is recently failing on startup with an error message stating that
a backend must be explicitly given. We now specify the old default of
'xrender'.
|
|
This makes for a more properly configured environment. The missing
DEBUGINFOD_URLS variable was causing breakage with valgrind. Solution
is taken from the Arch Wiki.
|
|
This removes an initial 1 second delay in the function of the youtube
shorts blocker, so the affected elements never appear on screen.
|
|
Script from greasy fork:
https://greasyfork.org/en/scripts/471062-youtube-shorts-blocker
|
|
|
|
|
|
This environment variable has sometimes been necessary, in addition to
running wmname. Advice taken from the ArchWiki.
https://wiki.archlinux.org/title/java#Troubleshooting
|
|
|
|
|
|
hexedit and ipython added as base tools.
linux-headers has been popping up more often as a nice-to-have for
drivers.
xinput is often convenient for configuring end-systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove user@host, except during SSH sessions.
|
|
|
|
|
|
Arch system packages are recategorized and alphabetized, the script
portion of the file is updated to make it simpler to port to other
platforms of interest, and the file is renamed to something more
generic.
The end result of all this package shuffling is the following:
package action explanation
-----------------------------------------------------------------------
alsa-plugins removed Noreq*, Little used by me
mesa removed Noreq*, OOS** for base system
vi removed No longer required for visudo
xcb-util removed Noreq*
xorg-xrandr now implicit Implied by lxrandr
gnu-netcat replaced with netcat (should result in same pkg)
file added Prev given by base, now explicit
p7zip added Add common archive tools
unzip added Add common archive tools
* Noreq = Not required for rice functionality
** OOS = Out of scope
|
|
Some settings were redundant with vim-polyglot, others unused by me.
softtabstop is added for better backspacing behavior.
|
|
|
|
|
|
|
|
Instead of .gitdir, use the usual name of .git for the installed rice
repository. Such repository is intended to have its worktree location
configured properly.
So far, the repository directory has used a non-standard name to avoid
detection, so that the user's home directory isn't normally treated as a
git repository. However, this is not completely necessary when we also
nest the gitdir 1 extra directory deep (inside $HOME/rice). Reverting
the name to .git, allows normal git commands to work properly while
inside this one directory, but the home directory as a whole is still a
sleeper repository.
(And because the core.worktree variable is configured properly, git will
realize that $HOME/rice is NOT the root of the worktree)
|
|
|
|
Script is now expected to be in the $PATH (as the Makefile installs it
there) and the new short option for fetch is used instead of --fetch.
|
|
|
|
|
|
|
|
Added dhcpcd, polkit, and vi.
|
|
'~' wasn't being expanded while running this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|