aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Emacs configGravatar Tom Willemse2020-05-093-40/+0
| | | | Everything’s moved to my emacs-config project
* Fix some names and modesGravatar Tom Willemse2020-04-273-0/+0
|
* Add fonts.confGravatar Tom Willemse2020-04-271-0/+27
|
* Fix up some font settingsGravatar Tom Willemse2020-04-271-2/+2
| | | | I’ll try hintfull for a while, see how I like it.
* Add forgotten URxvt settingsGravatar Tom Willemse2020-04-261-0/+40
| | | | Oops! Almost accidentally deleted this.
* Fix color definitionsGravatar Tom Willemse2020-04-261-26/+26
| | | | | M4 treats ‘#’ as a comment delimiter, so that if there is a macro that expands to, for example, ‘#222222’ it will ignore any macros any further along the line.
* Add meta-package for my X11 configurationGravatar Tom Willemse2020-04-264-1/+28
| | | | With this meta-package it locks down which packages should be installed.
* Reorganize xsession and XresourcesGravatar Tom Willemse2020-04-2614-111/+133
| | | | | | | | | | | | | | | | | - 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
|
* Add my firefox userChromeGravatar Tom Willemse2020-04-261-0/+16
|
* Automatically hide polybar if necessaryGravatar Tom Willemse2020-04-262-1/+22
| | | | | xfreerdp doesn’t seem to play nice with Polybar, so hide Polybar whenever xfreerdp is focused.
* Rename Compton to PicomGravatar Tom Willemse2020-04-264-10/+11
| | | | They renamed the project and it’s been warning me about this for a while.
* Ignore compton.confGravatar Tom Willemse2020-04-241-0/+1
|
* Use mask to call into makeGravatar Tom Willemse2020-04-242-5/+7
|
* Remove impossible commandGravatar Tom Willemse2020-04-241-8/+0
|
* Try out MaskGravatar Tom Willemse2020-04-221-0/+27
|
* Remove org-wild-notifier serviceGravatar Tom Willemse2020-04-221-1/+0
| | | | It’s not working as I’d hoped.
* Change the monitor for polybar’r rincewind configGravatar Tom Willemse2020-04-221-0/+2
| | | | Also enable IPC
* Fix formattingGravatar Tom Willemse2020-04-221-1/+1
|
* Fix scsh locationGravatar Tom Willemse2020-04-221-1/+1
|
* Fixup which directories get syncedGravatar Tom Willemse2020-04-221-1/+1
| | | | Syncing all of them was causing mbsync to fail.
* Adjust terminal width on rincewindGravatar Tom Willemse2020-04-221-1/+1
|
* Fix up some of the Steam windowsGravatar Tom Willemse2020-04-221-0/+2
|
* Add settings for workGravatar Tom Willemse2020-04-221-1/+2
| | | | Add a “work” tag. Set xfreerdp windows to be floating and use the work tag.
* Automatic fixes from shfmtGravatar Tom Willemse2020-04-151-31/+31
|
* Add machine-specific configs for MPDGravatar Tom Willemse2020-04-153-9/+22
|
* Include more in my music directoryGravatar Tom Willemse2020-04-151-1/+1
| | | | | | | | | Right now there are two subdirectories: - ~/music/ogg - ~/music/mp3 Include both in MPD
* Use .stowrc instead of a bash wrapper around stowGravatar Tom Willemse2020-04-153-7/+5
| | | | | | 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.
* Export the variable output by ‘gnome-keyring-daemon ↵Gravatar Tom Willemse2020-04-151-1/+1
| | | | | | --start’ Without exporting it other programs can’t tell if the daemon is running.
* Include the TERM in the fish titleGravatar Tom Willemse2020-04-151-0/+5
|
* Warn if the i3lock program can’t be foundGravatar Tom Willemse2020-04-141-0/+5
|
* Fix stumpwm configGravatar Tom Willemse2020-04-141-1/+1
|
* Add stumpwm configurationGravatar Tom Willemse2020-04-131-0/+39
|
* Add SBCL configurationGravatar Tom Willemse2020-04-131-0/+18
|
* Fix indentationGravatar Tom Willemse2020-04-131-1/+1
|
* Remove PATH from fish config, should be handled by .profileGravatar Tom Willemse2020-04-131-2/+0
|
* Make Caliber use dark modeGravatar Tom Willemse2020-04-131-0/+2
|
* Add .dircolorsGravatar Tom Willemse2020-02-031-0/+2
|
* Add Gimp configuration in herbstluftwmGravatar Tom Willemse2019-09-091-0/+17
|
* Remove Emacs snippetsGravatar Tom Willemse2019-09-0949-386/+0
| | | | All of these snippets are now distributed with their Emacs configuration.
* Fix (automatic) syncing of emailGravatar Tom Willemse2019-08-144-83/+85
| | | | | | | | | | | - Load the necessary environment variables from ‘gnome-keyring-daemon’ when loading fish. - Don’t sync the Archive directory from ryuslash.org, it’s too big and mbsync seems to get really confused about it. - Disable old email accounts from syncing with mbsync. - Fix the ‘get-mail-password’ and ‘set-mail-password’ scripts. - Use ‘secretstorage’ instead of ‘keyring’, this appears to be newer and easier to use.
* Fix handling of Firefox class, remove Conkeror as defaultGravatar Tom Willemse2019-07-221-2/+2
|
* Fix mail helpersGravatar Tom Willemse2019-07-222-2/+2
|
* Add configuration for org-wild-notificationGravatar Tom Willemse2019-05-152-0/+2
|
* Add kitty configurationGravatar Tom Willemse2019-05-151-0/+914
|
* Add kitty to HerbstluftwmGravatar Tom Willemse2019-05-151-3/+3
|
* Add kitty completion to fishGravatar Tom Willemse2019-05-151-0/+2
|
* Fix fonts in polybarGravatar Tom Willemse2019-04-291-15/+24
| | | | Icons are now actually show in the bar
* Make polybar autostart script executableGravatar Tom Willemse2019-04-141-0/+0
|
* Add config for rincewind’s polybarGravatar Tom Willemse2019-04-142-5/+56
| | | | | | | - Change some of the colors, because I’ve spent a little more time on this on rincewind than on data. - Add a script that will start polybar whenever herbstluftwm starts. - Rename [bar/drd] to [bar/data] to match the hostname of data.