aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exclude calculator from golden-ratio-modemasterGravatar Tom Willemse2024-11-221-0/+1
|
* Add wakatime configurationGravatar Tom Willemse2024-11-222-2/+92
|
* Make zsh word movement keys work more like EmacsGravatar Tom Willemse2024-11-221-1/+6
|
* Add a default branch settingGravatar Tom Willemse2024-11-221-0/+1
|
* Add sawfish service codeGravatar Tom Willemse2024-11-181-0/+49
| | | | This should probably have been added earlier, but I seem to have missed it.
* Add cbatticon serviceGravatar Tom Willemse2024-11-182-1/+59
|
* Add oni-python to dataGravatar Tom Willemse2024-11-081-2/+4
|
* Update emacs config to latestGravatar Tom Willemse2024-11-011-5/+4
|
* Remove oni guix channel dependencyGravatar Tom Willemse2024-10-311-8/+0
| | | | | It's easier to put these packages directly in my configuration rather than keep them in a separate repository. This will likely break some things.
* Add configuration for xss-lockGravatar Tom Willemse2024-10-294-41/+113
|
* Don't show the weather in a new Firefox tabGravatar Tom Willemse2024-10-241-0/+1
|
* Update to latest emacs configurationGravatar Tom Willemse2024-08-151-2/+2
|
* Accept wezterm as a terminal to raiseGravatar Tom Willemse2024-08-151-1/+1
| | | | I've been trying it out.
* Don't use ‘add-zsh-hook’ for setting up vtermGravatar Tom Willemse2024-08-151-2/+4
| | | | | It seems that the ‘autoload’ and ‘add-zsh-hook’ calls somehow interfered with the later setup of the ‘zsh-autosuggestions’.
* [abcde] Store ripped files into temporary directoryGravatar Tom Willemse2024-08-151-1/+1
|
* Add configuration for icecatGravatar Tom Willemse2024-07-042-1/+106
|
* [zathura] Change default background and foreground colorsGravatar Tom Willemse2024-07-041-0/+6
|
* Update Emacs config to latest commitGravatar Tom Willemse2024-07-022-10/+24
|
* Set wallpaper when stumpwm startsGravatar Tom Willemse2024-07-011-0/+2
| | | | | | This depends on ‘feh’ being installed and the wallpaper existing. I'll want to update it to actually depend on the ‘feh’ package and to download the wallpaper package from somewhere else.
* Fix stumpwm packagesGravatar Tom Willemse2024-07-012-1/+35
| | | | | | | | The latest ‘stumpwm’ package has removed the “lib” output. All things using the ‘stumpwm:lib’ output need to switch to just using ‘stumpwm’. I've added the ‘stumpwm+swank’ package definition because in my package repository it depends on ‘stumpwm:lib’ and this way I can update it more easily.
* Remove rounded corners around the stumpwm modelineGravatar Tom Willemse2024-07-013-0/+25
| | | | | | | | | | | - Redefine the ‘stumpwm::make-mode-line-window’ function to set the ‘_NET_WM_WINDOW_TYPE’ property to ‘_NET_WM_WINDOW_TYPE_DOCK’ so that it can be matched by window type. - Specify that for picom any “dock” type windows should be excluded from getting rounded corners. - Add ‘rounded-corners-exclude’ initializer for the ‘home-picom-configuration’.
* Add mpdscrobble serviceGravatar Tom Willemse2024-06-193-4/+79
|
* Remove conflicting definitions of SCSHGravatar Tom Willemse2024-06-193-59/+2
| | | | Changes that I made were added to Guix some time ago.
* Move all mpd-related packages into (oni packages mpd)Gravatar Tom Willemse2024-06-194-47/+39
|
* Remove unused packageGravatar Tom Willemse2024-06-191-3/+0
|
* Update emacs config to latest versionGravatar Tom Willemse2024-06-191-2/+2
|
* Add my PHP config for EmacsGravatar Tom Willemse2024-06-192-1/+27
|
* Add archlinux package search for SurfingkeysGravatar Tom Willemse2024-04-221-0/+1
|
* fix(surfingkeyes): Fix syntax errorGravatar Tom Willemse2024-04-201-1/+1
|
* feat(surfingkeys): Add EmacsWiki searchGravatar Tom Willemse2024-04-191-1/+1
|
* fix: oni channel urlGravatar Tom Willemse2024-04-191-1/+1
|
* chore(emacs-config): Update to latestGravatar Tom Willemse2024-04-191-2/+2
|
* fix: Update git repo and homepage urlsGravatar Tom Willemse2024-04-196-10/+10
| | | | I switched from using Forgejo back to using cgit, and the urls have changed.
* feat(emacs): Add ‘org-modern’ configurationGravatar Tom Willemse2024-04-192-4/+47
|
* fix(surfingkeys): Fix melpa name casingGravatar Tom Willemse2024-04-191-1/+1
|
* feat(surfingkeys): Add Melpa search aliasGravatar Tom Willemse2024-04-191-0/+1
|
* Add keybinding ‘cl’ to “copy link”Gravatar Tom Willemse2024-04-091-0/+1
|
* [Surfingkeys] Add keybinding for Phanpy to load new postsGravatar Tom Willemse2024-04-091-0/+4
|
* Fix up some search aliasesGravatar Tom Willemse2024-04-071-1/+14
|
* Automatically add ssh keys to ssh-agent when first usedGravatar Tom Willemse2024-04-071-0/+1
|
* Automatically delete some old GoG promotional emailsGravatar Tom Willemse2024-04-071-1/+2
|
* Change default branch name to gitGravatar Tom Willemse2024-04-071-0/+2
| | | | ‘master’ is a problematic term and ‘main’ works just as well.
* Fix ‘sendmailcmd’ for gitGravatar Tom Willemse2024-04-071-1/+1
|
* Call inkplate-display directly instead of through herdGravatar Tom Willemse2024-04-071-2/+2
| | | | | It doesn't seem to be running correctly at night, so maybe calling it directly will work better than calling it through ‘herd’.
* Add ssh-agent configurationGravatar Tom Willemse2024-04-071-2/+5
| | | | | gpg-agent wasn't working when trying to set up an ssh-agent, so use regular ssh-agent instead.
* Remove custom company packageGravatar Tom Willemse2024-04-072-48/+10
| | | | | | | | | The changes I made to the package have been accepted upstream, so I don't need to maintain my own anymore. Commit: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=55c94d68df Discussion: https://issues.guix.gnu.org/68839
* Add ‘emacs-oni-git-commit’ to my profileGravatar Tom Willemse2024-04-051-1/+3
|
* Add nginx-mode for EmacsGravatar Tom Willemse2024-04-042-24/+48
|
* Update to latest emacs configurationGravatar Tom Willemse2024-04-041-16/+18
|
* Add oni-python configurationGravatar Tom Willemse2024-04-042-14/+38
|