aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services
Commit message (Collapse)AuthorAgeFilesLines
...
* Stumpwm: Show Wezterm in same location as kittyGravatar Tom Willemse2025-04-101-0/+1
|
* stumpwm: Make mode-line a little nicerGravatar Tom Willemse2025-04-101-5/+7
|
* rincewind: Disable advice about detached heads in gitGravatar Tom Willemse2025-04-061-0/+5
|
* rincewind: Add git configurationGravatar Tom Willemse2025-03-241-0/+90
|
* pop-os/stumpwm: Automate some cleanup tasksGravatar Tom Willemse2025-03-181-0/+34
| | | | | | | | | | | - Add a ‘distraction!’ command that lets other things register a function to disable something if a distraction comes by. This includes clocking out of what I'm working on and turning off any music that's playing. - Clock out, turn off music, and pause dunst when I lock my screen. Resume notifications from dunst when I unlock the screen. - Add a shortcut to start the Antares SQL client.
* Setup playerctl to support mixing with pamixer setupGravatar Tom Willemse2025-03-051-4/+3
| | | | | | | | If only one is imported and not the other, or they're imported in different orders, everything should still keep working. ‘defvar’ won't do anything if ‘*playerctl-bindings*’ already exists, and the ‘define-key’ will use whichever one was already defined.
* pop-os: Add vterm configuration and pamixerGravatar Tom Willemse2025-03-052-1/+49
|
* rincewind: Add envrc to automatically load environmentGravatar Tom Willemse2025-02-271-2/+31
|
* pop-os: Add application launcher menu for stumpwmGravatar Tom Willemse2025-02-131-0/+8
|
* (oni home services emacs): Move yasnippet-capf config ↵Gravatar Tom Willemse2025-02-121-38/+29
| | | | into emacs
* (oni home services emacs): Make helpful service config ↵Gravatar Tom Willemse2025-02-121-35/+29
| | | | part of emacs
* pop-os: Add service for playerctl bindings in stumpwmGravatar Tom Willemse2025-02-062-1/+49
|
* Atuin: Bind C-p and M-p to ‘atuin-up-search’Gravatar Tom Willemse2025-02-061-1/+3
| | | | I use those keybindings more than I do the up arrow key.
* pop-os: Set Atuin to accept a command on RETGravatar Tom Willemse2025-02-031-1/+9
|
* pop-os: Add history filter to AtuinGravatar Tom Willemse2025-02-031-4/+15
|
* zsh-atuin: Fix configuration syntaxGravatar Tom Willemse2025-02-031-1/+1
|
* pop-os: Set filter mode to “directory”Gravatar Tom Willemse2025-02-031-1/+11
|
* pop-os: Add atuin configurationGravatar Tom Willemse2025-02-031-1/+51
|
* stumpwm: Zen's class is now just “zen”Gravatar Tom Willemse2025-01-271-1/+1
|
* Disable prettifying tables with org-modernGravatar Tom Willemse2025-01-221-1/+2
| | | | I already use org-pretty-table for that.
* org-journal: Change prefixes for dates and timesGravatar Tom Willemse2025-01-071-1/+3
|
* Fix log file for Emacs daemonGravatar Tom Willemse2025-01-061-1/+1
|
* pop-os: Add org-journal package to EmacsGravatar Tom Willemse2025-01-062-2/+41
|
* Consider Zen Browser to be a browserGravatar Tom Willemse2024-12-191-1/+1
|
* Move file ending for .emacs to Emacs configurationGravatar Tom Willemse2024-12-161-1/+3
|
* Add start of mbsync serviceGravatar Tom Willemse2024-12-091-0/+34
|
* Fix typoGravatar Tom Willemse2024-12-091-1/+1
|
* Make custom-file a setting in the Emacs configurationGravatar Tom Willemse2024-12-091-1/+10
|
* data: Install org-caldavGravatar Tom Willemse2024-12-061-2/+42
| | | | This is only an initial commit, more work needs to be done before I can use it.
* Fix rincewind configurationGravatar Tom Willemse2024-11-223-5/+61
|
* Exclude calculator from golden-ratio-modemasterGravatar Tom Willemse2024-11-221-0/+1
|
* Add wakatime configurationGravatar Tom Willemse2024-11-221-1/+84
|
* 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-181-0/+55
|
* Add configuration for xss-lockGravatar Tom Willemse2024-10-291-0/+55
|
* 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’.
* Add configuration for icecatGravatar Tom Willemse2024-07-041-0/+85
|
* 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-011-1/+0
| | | | | | | | 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-012-0/+23
| | | | | | | | | | | - 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-191-2/+47
|
* Move all mpd-related packages into (oni packages mpd)Gravatar Tom Willemse2024-06-191-1/+1
|
* feat(emacs): Add ‘org-modern’ configurationGravatar Tom Willemse2024-04-191-3/+44
|
* 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’.
* Fix GPG in EmacsGravatar Tom Willemse2024-02-051-0/+8
|
* Add my yaml-mode configuration for EmacsGravatar Tom Willemse2024-02-051-0/+1
|
* Add ‘ace-link-notmuch’ package and configurationGravatar Tom Willemse2024-01-281-1/+46
|
* Add another keybinding for my footpedalGravatar Tom Willemse2024-01-161-0/+2
|
* Fix typo for integration between Emacs and vtermGravatar Tom Willemse2024-01-161-2/+2
|