aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [kitty] Change the order of the enabled layoutsGravatar Tom Willemse2021-06-291-1/+1
| | | | This makes the `vertical' layout the default.
* Reorganize zsh/profileGravatar Tom Willemse2020-12-261-3/+16
|
* Fix monitor names and switch monitors on rincewindGravatar Tom Willemse2020-12-261-2/+2
|
* Check if redshift-gtk exists before trying to run itGravatar Tom Willemse2020-12-261-1/+3
|
* Fix monitor for polybar on rincewindGravatar Tom Willemse2020-12-261-1/+1
|
* Remove unused volume moduleGravatar Tom Willemse2020-12-261-1/+1
|
* Adjust polybar colors to match ‘yoshi-theme’Gravatar Tom Willemse2020-12-261-4/+3
|
* Check if picom exists before trying to run itGravatar Tom Willemse2020-12-261-1/+3
|
* Switch the monitors on rincewind aroundGravatar Tom Willemse2020-12-261-1/+1
|
* Add Next as a possible browser optionGravatar Tom Willemse2020-12-261-1/+1
|
* Accept other extensions for wallpapers than just jpgGravatar Tom Willemse2020-12-261-1/+1
|
* Add files for shelldonGravatar Tom Willemse2020-12-262-0/+2
|
* Fix keybindings for M-up and M-downGravatar Tom Willemse2020-12-261-0/+3
| | | | | | I’m very used to having M-up and M-down do the same thing as regular up and down. In fish by default this prints the previous command, with ‘&| less;’ added on.
* Show only the pwd from the prompt in the titleGravatar Tom Willemse2020-12-261-2/+1
| | | | | This works well together with Emacs Vterm to show the current working directory in the mode-line.
* Add myctl functionGravatar Tom Willemse2020-12-261-0/+4
| | | | ‘myctl’ is just an alias for ‘systemctl --user’
* Make firefox menus translucentGravatar Tom Willemse2020-12-261-0/+12
|
* Fix the ratio of the secondary frame for the dev desktopGravatar Tom Willemse2020-12-261-1/+1
| | | | This brings my terminal back to 80 columns.
* Fix showing certain tags on my secondary monitorGravatar Tom Willemse2020-12-261-1/+2
|
* Change polybar’s background colorGravatar Tom Willemse2020-12-261-1/+1
| | | | This is to make it look more like my Emacs mode line.
* Show available desktop tags in polybarGravatar Tom Willemse2020-12-261-1/+13
|
* Always show rofi on my preferred monitorGravatar Tom Willemse2020-12-261-4/+4
|
* Don’t start an alternative editorGravatar Tom Willemse2020-12-261-2/+1
| | | | | | | Sometimes I’m too impatient and will try to start ‘emacsclient’ before the server has finished starting up. This means that it will start another Emacs session and it won’t be obvious to me. Now it’ll just fail to start ‘emacsclient’ and I can try again a few seconds later.
* Swap my monitors on rincewindGravatar Tom Willemse2020-12-262-2/+2
|
* Be less verbose about loading zplug modulesGravatar Tom Willemse2020-12-261-1/+1
|
* Fix data configuration for herbstluftwmGravatar Tom Willemse2020-12-061-0/+0
|
* Add data configuration for X11Gravatar Tom Willemse2020-11-231-0/+6
|
* Add dir_colors configurationGravatar Tom Willemse2020-11-231-0/+2
|
* Add cmst configurationGravatar Tom Willemse2020-11-231-0/+3
|
* Add bluebarry-tray configurationGravatar Tom Willemse2020-11-231-0/+3
|
* Mode dunst keyboard shortcutsGravatar Tom Willemse2020-11-132-30/+10
| | | | | The keyboard shortcuts defined in the configuration file have been deprecated, instead dunst now comes with a ‘dunstctl’ command that should be used.
* Add some more aliasesGravatar Tom Willemse2020-06-171-0/+13
|
* Add my old ZSH promptGravatar Tom Willemse2020-06-171-0/+37
|
* Add ZSH aliasesGravatar Tom Willemse2020-06-171-0/+14
|
* Fix zplug usageGravatar Tom Willemse2020-06-171-1/+1
|
* Try to use Ubuntu for sans-serif fontsGravatar Tom Willemse2020-05-121-0/+10
|
* Add pre- and post-install recipes for configurationsGravatar Tom Willemse2020-05-092-1/+17
| | | | | Use the post-install recipe for Emacs to configure it to open org-protocol requests.
* 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
|