aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
Commit message (Collapse)AuthorAgeFilesLines
...
* Pop-OS: Add Emacs VundoGravatar Tom Willemse2025-11-281-1/+3
|
* Pop-os: Add mandoc so that man page load paths updateGravatar Tom Willemse2025-11-281-0/+1
|
* pop-os: Add some Emacs packagesGravatar Tom Willemse2025-10-231-11/+6
|
* pop-os/emacs: In magit, show locked files in the status ↵Gravatar Tom Willemse2025-10-161-0/+23
| | | | buffer
* pop-os: Update initial setup for herbstluftwmGravatar Tom Willemse2025-10-031-2/+2
|
* pop-os: Add the GPG Agent serviceGravatar Tom Willemse2025-10-031-1/+10
|
* pop-os: Add autorandr configuration to automatically ↵Gravatar Tom Willemse2025-10-031-1/+6
| | | | | | switch screens Now when I plug screens in and out it should automatically detect the change.
* emacs: Add ssh-agent requirement to Emacs Shepherd serviceGravatar Tom Willemse2025-10-031-0/+1
| | | | | This way the right environment variables should be available for the ssh-agent to work in Emacs.
* pop-os: Add play/pause and volume controlsGravatar Tom Willemse2025-09-251-2/+24
|
* herbstluftwm: Add configuration and automatic reloadGravatar Tom Willemse2025-09-241-2/+16
| | | | | Now when the reconfigure happens the herbstluftwm configuration can be automatically reloaded.
* pop-os: Switch to herbstluftwmGravatar Tom Willemse2025-09-241-60/+147
|
* sxhkd: Add configurationGravatar Tom Willemse2025-09-242-6/+116
|
* (oni home services xdisorg): Add sxhkd serviceGravatar Tom Willemse2025-09-181-2/+40
|
* stumpwm: Sadly, Chromium still is also a browser, ↵Gravatar Tom Willemse2025-09-171-1/+1
| | | | technically
* stumpwm: Don't create chat groupGravatar Tom Willemse2025-09-041-1/+0
| | | | | I don't have enough chat applications anymore to put anything in a specific group.
* rincewind: Add some firefox settings I addedGravatar Tom Willemse2025-09-021-1/+7
|
* pop-os: UpdateGravatar Tom Willemse2025-09-021-9/+19
|
* atuin: Fix compatibility with old Rust packaging methodsGravatar Tom Willemse2025-09-021-1/+10
| | | | | | The way Rust packages are packaged has changed, this commit fixes compatibility with the in-between compatibility layer until I can properly make atuin work for the new packaging system.
* pop-os/stumpwm: Add commands for specific monitor setupsGravatar Tom Willemse2025-08-211-0/+18
|
* stumpwm: Simplify audio controlsGravatar Tom Willemse2025-08-212-9/+9
|
* pop-os/emacs: Switch to using FirefoxGravatar Tom Willemse2025-08-191-1/+1
| | | | | Zen Browser is pretty neat, but Firefox will hopefully soon get the main feature I enjoy from it and is also a lot more stable.
* pop-os/emacs: Redo test run commandsGravatar Tom Willemse2025-08-011-47/+107
| | | | | | | | | Instead of using a Transient, just use several interactive commands. The problem with the transient setup was that it makes you pretend like you're working with a command-line. Which is great when you actually are, but doesn't fit well for just Emacs commands for me so far. With these simplified commands it's all a bit easier to manage.
* data: Fix configurationGravatar Tom Willemse2025-07-181-12/+14
|
* rincewind: Add Emacs gnuplotGravatar Tom Willemse2025-07-171-2/+4
|
* oni/home/services/environment: Remove SCSH_LIB_DIRSGravatar Tom Willemse2025-07-171-1/+0
| | | | This should now be properly handled by the SCSH package in Guix.
* stumpwm: Stop swank when stumpwm restartsGravatar Tom Willemse2025-07-161-0/+5
| | | | | Otherwise we end up with errors starting another server whenever we restart stumpwm for some reason.
* stumpwm: Replace ‘s-x o’ with just ‘s-o’Gravatar Tom Willemse2025-07-161-0/+4
| | | | Easier to use.
* Stumpwm: Fix some placement rulesGravatar Tom Willemse2025-07-161-3/+5
|
* stumpwm: Don't use the “default” frame dumpGravatar Tom Willemse2025-07-161-2/+3
| | | | | | | | | Instead manually define the groups. The default frame dump wasn't working well for the screen setup that I have at work. I switch between 3 setups: - 1 laptop screen - 1 ultrawide screen - 1 laptop screen, 1 extra screen
* pop-os/stumpwm: Mark file as in stumwm-user packageGravatar Tom Willemse2025-07-161-0/+2
| | | | | This should make evaluating expressions in the file easier since it should know that these should be evaluated in that package.
* pop-os/emacs: Remove debugging statementGravatar Tom Willemse2025-07-161-1/+0
|
* pop-os/emacs: Add settings for dashboardGravatar Tom Willemse2025-07-162-0/+24
|
* pop-os/emacs: Fix startup errorGravatar Tom Willemse2025-07-161-0/+2
|
* stumpwm: Remove custom app luanching codeGravatar Tom Willemse2025-06-211-10/+0
| | | | This has now been superseded by the ‘s-c a’ ‘run-application’ command.
* stumpwm: Add command to refresh the .desktop cacheGravatar Tom Willemse2025-06-211-0/+4
|
* Stumpwm: Fix location of desktop list scriptGravatar Tom Willemse2025-06-211-1/+1
|
* Emacs: Add temporary fix for web-mode in VueGravatar Tom Willemse2025-06-211-0/+801
| | | | | This makes it so that some more Vue properties are recognized in web-mode as executable code rather than HTML attributes.
* Stumpwm: Make switching groups easierGravatar Tom Willemse2025-06-211-0/+4
|
* Stumpwm: Fix keybinding for closing all notificationsGravatar Tom Willemse2025-06-211-1/+1
|
* pop-os: Fix location of social-api projectGravatar Tom Willemse2025-06-161-3/+4
|
* pop-os: Set up some some connection strings for EmacsGravatar Tom Willemse2025-06-061-0/+15
|
* pop-os: Allow running test-at-point in EmacsGravatar Tom Willemse2025-06-061-17/+29
|
* pop-os: Add command that lists .desktop applicationsGravatar Tom Willemse2025-06-061-0/+19
|
* pop-os: Add hunspellGravatar Tom Willemse2025-04-281-1/+6
| | | | This stops Emacs from complaining hunspell doesn't exist.
* Add org-caldav and deft servicesGravatar Tom Willemse2025-04-281-1/+86
| | | | | They might not work yet, but when they're not configured they don't get in anything's way.
* pop-os: Add typescript mode and oni-jsGravatar Tom Willemse2025-04-231-3/+7
|
* pop-os/emacs: Require oni-jsGravatar Tom Willemse2025-04-231-0/+2
|
* pop-os/emacs: Add eslint to web-mode checkers for FlycheckGravatar Tom Willemse2025-04-231-0/+3
|
* Rename stumpwm/config to stumpwm.lispGravatar Tom Willemse2025-04-224-3/+3
|
* stumpwm: Put brackets around window nameGravatar Tom Willemse2025-04-221-2/+2
|