Age | Commit message (Collapse) | Author | Files | Lines |
|
Sometimes, if a screen rotation is done in .xinitrc.local, it can mess
up image scaling of the wallpaper previously applied by feh. Changing
the order of these two commands fixes the problem (or is at least an
improvement...)
|
|
Create .xinitrc.local as a place for user's config and startup processes
without dirtying the .xinitrc file in the repository.
|
|
Allow user to change wallpaper via feh --bg-* commands without dirtying
the .fehbg file in the repository. Fallback to the provided default
wallpaper if this file doesn't exist.
|
|
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 environment variable has sometimes been necessary, in addition to
running wmname. Advice taken from the ArchWiki.
https://wiki.archlinux.org/title/java#Troubleshooting
|
|
|
|
|
|
|
|
|
|
|
|
|