aboutsummaryrefslogtreecommitdiffstats
path: root/oni
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the Rosenthal channel to my Guix setupGravatar Tom Willemse2023-07-101-1/+10
|
* Add recutils to my home profileGravatar Tom Willemse2023-07-101-0/+5
|
* Update emacs-configGravatar Tom Willemse2023-07-081-2/+2
|
* Remove Inkplate update code from Emacs initGravatar Tom Willemse2023-07-081-25/+0
| | | | This should now be done by the one-shot service I created.
* Add one-shot service to update my Inkplate displayGravatar Tom Willemse2023-07-084-1/+148
|
* Add ‘org-contacts’ to my configurationGravatar Tom Willemse2023-07-081-1/+3
|
* Update inbox-size source locationGravatar Tom Willemse2023-07-081-1/+1
|
* Add a keybinding to kitty for displaying guix build logsGravatar Tom Willemse2023-07-081-1/+4
|
* Update the Emacs configurationGravatar Tom Willemse2023-06-221-2/+2
|
* Install my notmuch configuration for Emacs with guix-homeGravatar Tom Willemse2023-06-212-3/+29
|
* Install ‘emacs-org-roam’ into my home profileGravatar Tom Willemse2023-06-211-0/+3
|
* Update emacs configurationGravatar Tom Willemse2023-06-211-2/+2
|
* Replace all ‘lambda’ occurrences with ‘λ’Gravatar Tom Willemse2023-06-2011-53/+48
|
* Add gaps to my stumpwm configurationGravatar Tom Willemse2023-06-202-3/+77
| | | | | | | I had to copy in and redefine the ‘stumpwm::maximize-window’ function from the ‘swm-gaps’ package because for some reason ‘(frame-width ...)’ returns a ratio on my machine (is it because high-dpi, or ultra-wide? I don't know) and not an integer, which screws up the ‘(setf (xlib:drawable-width ...) ...)’ call.
* Update Emacs configurationGravatar Tom Willemse2023-06-151-2/+2
|
* Enable hiding commands that start with a space in ZSHGravatar Tom Willemse2023-06-151-0/+1
|
* Update Emacs configGravatar Tom Willemse2023-06-151-2/+2
|
* Add keybindings like the ones in Emacs for kitty window ↵Gravatar Tom Willemse2023-05-311-1/+5
| | | | management
* Update emacs config to latest commitGravatar Tom Willemse2023-05-311-2/+2
|
* Update ‘emacs-oni-config’ packages to latest commitGravatar Tom Willemse2023-05-251-2/+2
|
* Add some more of my emacs configuratin packages to my ↵Gravatar Tom Willemse2023-05-251-1/+15
| | | | home profile
* Update emacs configuration packages to latest commitGravatar Tom Willemse2023-05-251-2/+2
|
* Add horizontal rule before and after running commands in zshGravatar Tom Willemse2023-05-241-0/+6
|
* Include imports required for ‘with-master-branch’Gravatar Tom Willemse2023-05-241-0/+4
|
* Add packages for emacs and my emacs configurationGravatar Tom Willemse2023-05-242-0/+972
| | | | | | When I was relying on my external package channel I ended up with a conflict being unable to upgrade a personal package because an issue with a Guix package was preventing me from upgrading Guix itself.
* Change the color of the window name in the mode lineGravatar Tom Willemse2023-04-221-1/+2
|
* Update colors for stumpwmGravatar Tom Willemse2023-04-221-0/+8
|
* Show VPN status in mode-lineGravatar Tom Willemse2023-04-221-1/+9
|
* Show only a single window title in the mode-lineGravatar Tom Willemse2023-04-221-2/+7
|
* Add keybindings for running programs and switching windowsGravatar Tom Willemse2023-04-221-0/+2
|
* Fix arguments for locking the screenGravatar Tom Willemse2023-04-221-1/+1
|
* Update my channel's URLGravatar Tom Willemse2023-04-011-1/+1
|
* Add my Emacs Lisp configuration for EmacsGravatar Tom Willemse2023-04-011-1/+3
|
* feat(rincewind): Install some packages in my home from ↵Gravatar Tom Willemse2023-03-301-4/+21
| | | | | | | | | profile These packages were installed in my default profile using ‘guix package -i’. Since I'm using Guix home the setup of my default profile is a bit odd at the moment, so since these seem to be here to stay for the moment I figured I should install them in my home profile.
* fix(openssh-service): Change the name of my ssh connectionGravatar Tom Willemse2023-03-301-1/+1
| | | | | This had my setup broken for weeks because it wouldn't recognize ryuslash.org as a configured host anymore.
* Add some frame preferences to stumpwmGravatar Tom Willemse2023-03-301-0/+9
|
* Add opacity-rule option for picomGravatar Tom Willemse2023-03-302-5/+7
| | | | | | | | | | | | | | | | Use this option to specify that anything containing “(Meeting) | Microsoft Teams” (which should be in the title of MS Teams when in a meeting) should have 100% opacity, and also that anything containing “freerdp” should have 100% opacity. For Teams I really only need it to be opaque once a meeting starts, I don't care the rest of the time. For XFreeRDP I've tried matching on ‘class_g’, ‘name’, nothing seems to work. Using ‘opacity-rule’ finally seems to have an effect. The rules both use ‘*’ to match anywhere in the name, and ‘?’ to specify that the match should be case-insensitive.
* Add Emacs configurationGravatar Tom Willemse2023-03-172-3/+93
|
* Clean up import for (oni home services emacs)Gravatar Tom Willemse2023-03-171-7/+17
|
* Automatically reload stumpwm if any changes are made to ↵Gravatar Tom Willemse2023-03-171-6/+21
| | | | its config
* Make picom restart automatically when the coonfiguration ↵Gravatar Tom Willemse2023-03-161-2/+12
| | | | changes
* Add the current date to the mode-line, set up some colorGravatar Tom Willemse2023-03-161-0/+4
|
* Don't do fancy compositing for i3lockGravatar Tom Willemse2023-03-161-4/+8
|
* Make running i3lock unaware of the location of i3lockGravatar Tom Willemse2023-03-161-1/+1
| | | | | Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it with Guix the path will change completely.
* Add screen locking to my stumpwm configGravatar Tom Willemse2023-03-161-0/+22
|
* Try to fix transparency of xfreerdpGravatar Tom Willemse2023-03-162-3/+8
|
* Add my emacs-vterm configurationGravatar Tom Willemse2023-03-161-2/+4
|
* Add stumpwm configurationGravatar Tom Willemse2023-03-163-3/+82
|
* Add some temporary environment variablesGravatar Tom Willemse2023-03-161-1/+5
|
* Install stumpwm+swank and get rid of some conflicting ↵Gravatar Tom Willemse2023-03-161-9/+9
| | | | configuration