| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Exclude calculator from golden-ratio-modemaster | 2024-11-22 | 1 | -0/+1 | |
| | | |||||
| * | Add wakatime configuration | 2024-11-22 | 2 | -2/+92 | |
| | | |||||
| * | Make zsh word movement keys work more like Emacs | 2024-11-22 | 1 | -1/+6 | |
| | | |||||
| * | Add sawfish service code | 2024-11-18 | 1 | -0/+49 | |
| | | | | | This should probably have been added earlier, but I seem to have missed it. | ||||
| * | Add cbatticon service | 2024-11-18 | 2 | -1/+59 | |
| | | |||||
| * | Add oni-python to data | 2024-11-08 | 1 | -2/+4 | |
| | | |||||
| * | Remove oni guix channel dependency | 2024-10-31 | 1 | -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-lock | 2024-10-29 | 4 | -41/+113 | |
| | | |||||
| * | Don't show the weather in a new Firefox tab | 2024-10-24 | 1 | -0/+1 | |
| | | |||||
| * | Accept wezterm as a terminal to raise | 2024-08-15 | 1 | -1/+1 | |
| | | | | | I've been trying it out. | ||||
| * | Don't use ‘add-zsh-hook’ for setting up vterm | 2024-08-15 | 1 | -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 icecat | 2024-07-04 | 2 | -1/+106 | |
| | | |||||
| * | Set wallpaper when stumpwm starts | 2024-07-01 | 1 | -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 packages | 2024-07-01 | 1 | -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 modeline | 2024-07-01 | 3 | -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 service | 2024-06-19 | 2 | -3/+50 | |
| | | |||||
| * | Move all mpd-related packages into (oni packages mpd) | 2024-06-19 | 2 | -2/+2 | |
| | | |||||
| * | Remove unused package | 2024-06-19 | 1 | -3/+0 | |
| | | |||||
| * | Add my PHP config for Emacs | 2024-06-19 | 1 | -1/+3 | |
| | | |||||
| * | fix: oni channel url | 2024-04-19 | 1 | -1/+1 | |
| | | |||||
| * | feat(emacs): Add ‘org-modern’ configuration | 2024-04-19 | 2 | -4/+47 | |
| | | |||||
| * | Automatically add ssh keys to ssh-agent when first used | 2024-04-07 | 1 | -0/+1 | |
| | | |||||
| * | Call inkplate-display directly instead of through herd | 2024-04-07 | 1 | -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 configuration | 2024-04-07 | 1 | -2/+5 | |
| | | | | | | gpg-agent wasn't working when trying to set up an ssh-agent, so use regular ssh-agent instead. | ||||
| * | Remove custom company package | 2024-04-07 | 1 | -15/+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 profile | 2024-04-05 | 1 | -1/+3 | |
| | | |||||
| * | Add nginx-mode for Emacs | 2024-04-04 | 1 | -1/+3 | |
| | | |||||
| * | Add oni-python configuration | 2024-04-04 | 1 | -1/+3 | |
| | | |||||
| * | Install Fennel-mode into my Emacs | 2024-02-05 | 1 | -1/+3 | |
| | | |||||
| * | Fix GPG in Emacs | 2024-02-05 | 1 | -0/+8 | |
| | | |||||
| * | Add my yaml-mode configuration for Emacs | 2024-02-05 | 2 | -1/+4 | |
| | | |||||
| * | Add ‘tym’ package | 2024-01-30 | 1 | -1/+5 | |
| | | | | | | Tym is a terminal emulator that can be configured through Lua, which means it can be configured through Fennel. | ||||
| * | Add custom ‘emacs-company’ package, remove custom ↵ | 2024-01-30 | 1 | -14/+15 | |
| | | | | | | | | | | | | | ‘emacs-notmuch’ The custom ‘emacs-notmuch’ package isn't necessary anymore since my patch was submitted[1] The custom ‘emacs-company’ fixes some issues with icons and images not loading while installed with Guix. [1]: https://issues.guix.gnu.org/68667 | ||||
| * | Add ‘ace-link-notmuch’ package and configuration | 2024-01-28 | 2 | -1/+51 | |
| | | |||||
| * | Add another keybinding for my footpedal | 2024-01-16 | 1 | -0/+2 | |
| | | |||||
| * | Remove unnecessary and unwanted visual effects | 2024-01-16 | 1 | -24/+3 | |
| | | |||||
| * | Fix imports for emacs-outli | 2024-01-16 | 2 | -5/+3 | |
| | | |||||
| * | Fix typo for integration between Emacs and vterm | 2024-01-16 | 1 | -2/+2 | |
| | | |||||
| * | Add mcron service that runs inkplate-display at midnight | 2024-01-16 | 1 | -1/+14 | |
| | | |||||
| * | Remap some keys in StumpWM for my foot pedal | 2024-01-16 | 1 | -2/+19 | |
| | | |||||
| * | Disable broken service | 2024-01-07 | 1 | -1/+4 | |
| | | | | | | The service itself isn't actually broken, but the ‘mpv-mpris’ package couldn't compile when I tried. | ||||
| * | Configure ‘emacs-vterm’ through Guix | 2024-01-07 | 2 | -7/+103 | |
| | | |||||
| * | Change data configuration | 2023-12-19 | 1 | -72/+202 | |
| | | | | | | | - Replace Herbstluftwm with Sawfish WM. - Install Emacs through Guix. | ||||
| * | Add ‘GDK_CORE_DEVICE_EVENTS’ | 2023-12-07 | 1 | -0/+2 | |
| | | | | | This allows Emacs to accept remapped keys from Stumpwm. | ||||
| * | Add Emacs Pinentry configuration | 2023-11-08 | 2 | -5/+66 | |
| | | |||||
| * | Add gpg-agent to Guix | 2023-11-07 | 1 | -1/+10 | |
| | | |||||
| * | Update module import | 2023-11-07 | 1 | -1/+1 | |
| | | | | | | | Dunst was moved from the ‘(gnu packages dunst)’ module to the ‘(gnu packages wm)’ module in commit bf6fdf76b0fe19cbf5787795caac8edab6eeb439 of the Guix repository. | ||||
| * | Add emacs-syncthing-status | 2023-11-07 | 1 | -1/+3 | |
| | | |||||
| * | Add MSMTP configuration | 2023-11-06 | 1 | -3/+36 | |
| | | |||||
| * | Make the dashboard wiki page loading asynchronous | 2023-10-13 | 1 | -15/+24 | |
| | | |||||
