summaryrefslogtreecommitdiffstats
path: root/.xinitrc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-07-22Remove acpiraspberrypiMatt Hunter1-1/+1
Unsupported on platform
2025-07-22Remove unsupported unclutter optionMatt Hunter1-1/+1
2025-07-22Use comptonMatt Hunter1-1/+1
2025-07-22xinit: Swap exec order of .fehbg and .xinitrc.localMatt Hunter1-1/+1
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...)
2025-03-03xinit: Include local config from unversioned fileMalfurious1-0/+1
Create .xinitrc.local as a place for user's config and startup processes without dirtying the .xinitrc file in the repository.
2025-03-03feh: Remove .fehbg file from version controlMalfurious1-1/+2
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.
2024-10-10picom: Specify backend explicitlyMalfurious1-1/+1
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'.
2024-02-02numlockx: Auto-enable num lock on startupMalfurious1-0/+1
2024-02-02dwm: Workaround broken Java GUIsMalfurious1-0/+2
This environment variable has sometimes been necessary, in addition to running wmname. Advice taken from the ArchWiki. https://wiki.archlinux.org/title/java#Troubleshooting
2023-11-29Add wmname submoduleMalfurious1-0/+1
2023-06-02dwm: Separate date and time in statusbarMalfurious1-1/+1
2023-06-02unclutter: Enable cursor hidingMalfurious1-0/+1
2023-06-02dpms: Disable automatic screen blanking / monitor turnoffMalfurious1-0/+3
2023-05-23dwm: Add battery level to statusbarMalfurious1-5/+8
2021-05-12Add xinitrcMalfurious1-0/+10