aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Add pre- and post-install recipes for configurationsGravatar Tom Willemse2020-05-091-1/+10
| | | | | Use the post-install recipe for Emacs to configure it to open org-protocol requests.
* Clean up Emacs configGravatar Tom Willemse2020-05-091-6/+0
| | | | Everything’s moved to my emacs-config project
* Add meta-package for my X11 configurationGravatar Tom Willemse2020-04-261-1/+7
| | | | With this meta-package it locks down which packages should be installed.
* Reorganize xsession and XresourcesGravatar Tom Willemse2020-04-261-0/+1
| | | | | | | | | | | | | | | | | - Add xsession. Instead of requiring each of my machines to setup their own ‘.xsession’ add one that should work for all of them. - Use M4 for the Xresources database. I didn’t want the X11 project to be aware of all the configuration files that could be added in there and I was able to figure out how to have it load all of the configuration files in the ‘Xresources.d’ directory. Now each configuration can inject properties into the X resources database. - Have ‘.xsession’ load all of the scripts in ‘.config/X11/Xsession.d’. Each configuration can now inject some script to run when X starts. - Have ‘.xsession’ load a machine-specific script so that each machine can override what it does when X starts.
* Properly use first prerequisite instead of all for stowGravatar Tom Willemse2020-04-261-1/+1
|
* Rename Compton to PicomGravatar Tom Willemse2020-04-261-8/+6
| | | | They renamed the project and it’s been warning me about this for a while.
* Use mask to call into makeGravatar Tom Willemse2020-04-241-3/+5
|
* Use .stowrc instead of a bash wrapper around stowGravatar Tom Willemse2020-04-151-1/+1
| | | | | | The comment in ‘stow-home’ claims that ‘.stowrc’ doesn’t support variable expansion. I don’t know if I couldn’t figure it out before or if stow has been updated since then, but it seems to work fine now.
* Add dunst targets to top MakefileGravatar Tom Willemse2018-02-071-0/+12
|
* Add mowedline targets to top MakefileGravatar Tom Willemse2018-02-071-1/+14
|
* Make stow target genericGravatar Tom Willemse2018-02-071-12/+4
|
* Move cower build to top-level MakefileGravatar Tom Willemse2018-02-071-2/+17
|
* Add compton to top-level MakefileGravatar Tom Willemse2017-06-221-1/+16
|
* Add Emacs build targets to top-level MakefileGravatar Tom Willemse2017-04-021-1/+14
|
* Build Xmodmap from top-level MakefileGravatar Tom Willemse2017-04-021-2/+24
|
* Add top-level MakefileGravatar Tom Willemse2016-11-241-0/+6