Commit graph

101 commits

Author SHA1 Message Date
17d3bfce41 Add opacity-rule option for picom
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.
2023-03-30 09:55:48 -07:00
dd23871b67 Add Emacs configuration 2023-03-17 01:04:03 -07:00
726e44fa23 Clean up import for (oni home services emacs) 2023-03-17 00:49:20 -07:00
201ea4662b Automatically reload stumpwm if any changes are made to its config 2023-03-17 00:33:19 -07:00
300c22cb56 Make picom restart automatically when the coonfiguration changes 2023-03-16 23:09:54 -07:00
9059cec94c Add the current date to the mode-line, set up some color 2023-03-16 22:47:48 -07:00
dd26c05db8 Don't do fancy compositing for i3lock 2023-03-16 22:23:14 -07:00
826e0c6943 Make running i3lock unaware of the location of i3lock
Right now this works fine, but once I remove ‘/usr/bin/i3lock’ and install it
with Guix the path will change completely.
2023-03-16 22:22:32 -07:00
7d079e8973 Add screen locking to my stumpwm config 2023-03-16 22:13:22 -07:00
05ba6544e2 Try to fix transparency of xfreerdp 2023-03-16 16:54:55 -07:00
95395ddf69 Add my emacs-vterm configuration 2023-03-16 16:35:27 -07:00
d8094dbd63 Add stumpwm configuration 2023-03-16 16:35:06 -07:00
7e621a8a22 Add some temporary environment variables 2023-03-16 00:47:51 -07:00
7407ae3a47 Install stumpwm+swank and get rid of some conflicting configuration 2023-03-16 00:47:23 -07:00
1851351af6 Remove litable and add oni-org-roam configuration package 2023-03-15 00:21:03 -07:00
ae19bf6641 mpd-notify service needs mpd to start 2023-03-08 23:22:02 -08:00
20f5597d39 Add service for notifications for MPD 2023-03-07 23:51:42 -08:00
82ae1b59a6 Clean up imports for picom service 2023-03-07 23:28:23 -08:00
378e83bee9 Rename ‘(oni home services compton)’ -> ‘(oni home services picom)’ 2023-03-07 23:10:57 -08:00
8e564967cf Add picom service configuration for rincewind 2023-03-07 23:08:02 -08:00
f48c4fead0 Rewrite picom configuration
The previous version of the configuration was complaining that my ‘config’
section was not a valid value for the ‘package’ section. I didn't quite
understand why it would complain about that, so I decided to use my now improved
Guix Home knowledge (compared to when I copied the previous version) to just
rewrite the service in a way that matches my other services.
2023-03-07 23:05:58 -08:00
62b8eb28bf Clean up rincewind config imports 2023-03-06 22:12:25 -08:00
60d1260775 Add custom scsh from upstream to test 2023-03-06 10:21:23 -08:00
4eb646a8da Fix rofi service 2023-03-06 10:21:04 -08:00
d959e108d1 Increase the maximum icon size to 64 for dunst 2023-03-06 10:20:45 -08:00
16ee76bad4 Add ‘origin’ configuration property for dunst 2023-03-06 10:20:10 -08:00
dcc432ed42 Move picom configuration to data
This configuration is for now specific to data, rincewind will have a different
configuration.
2023-03-06 10:19:33 -08:00
1df69d56d8 Reindent all package descriptions 2022-11-17 20:57:06 -08:00
061cfd930c Add service that runs ‘mpc update’ on start-up 2022-11-07 21:46:07 -08:00
5f46121fc7 Add MPD configuration
This also includes an attempt at installing a custom SCSH that defines some
search paths. But unfortunately it didn't work, so the SCSH ends up being the
usual one and the ‘mpd-random-albums’ package doesn't actually work.

The main MPD configuration does work, though.

This also includes the instruction to install tmsu which I want to try out
again.
2022-11-07 20:16:19 -08:00
a7e28f7866 Fix longitude for redshift 2022-10-13 20:46:04 -07:00
e2817d2510 Fix indentation 2022-10-13 20:45:56 -07:00
e421dc63ae Add shutdown-rofi script 2022-10-13 20:45:32 -07:00
d1ca763c92 Fix typo 2022-10-13 13:06:14 -07:00
62ab490e6b Add flameshot service 2022-10-06 23:21:43 -07:00
a85ad3fddd Update rincewind configuration
- Sort all use-module directives

- Remove ‘gcc-toolchain’ from the installed packages because it appears that the
  regular emacs-next (not from a git checkout) works fine without it.

- Add ‘emacs-org-roam’ and ‘emacs-vterm’ packages because they both come with C
  modules and installing them on-the-fly in Emacs wasn't working properly.

- Add ‘fakeroot’ package because it appears to be needed now that I'm using
  guix-home if I want to build packages for Archlinux. This still happens when I
  need to install some proprietary program from the AUR.

- Add an Emacs configuration service. For now this just ensures that the
  ‘emacs-next’ package is installed and creates a shepherd service that starts
  Emacs when I log in.

- Change the default run dialog from ‘rofi -show run’ to ‘rofi -show drun’ to
  run .desktop files. This offers more control over what does and doesn't show
  up in the list and allows me to put only stuff in there that actually works in
  a graphical environment.
2022-10-04 23:19:34 -07:00
6cdda0dc5a Add env variable to tell Git I know the risks of filter-branch 2022-09-26 16:06:23 -07:00
f33a2df7b9 Switch rincewind over to using Guix Home 2022-09-26 16:05:48 -07:00
3967a01b89 Set up initial configuration for rincewind home 2022-09-22 23:52:28 -07:00
336ab3e555 Remove debugging statement 2022-07-22 21:14:27 -07:00
e8cdf76fbf Move a couple of keybindings to herbstluftwm 2022-07-22 21:12:45 -07:00
7957b236de Add guile configuration 2022-07-22 12:36:36 -07:00
892a409184 Add dunst configuration 2022-07-21 22:20:55 -07:00
3250444503 Add a hostname for my pc so ssh recognizes the name 2022-07-05 19:29:24 -07:00
5c200f0cb4 Fixup rofi theme configuration
This is a temporary fix. I've switched from using ‘@theme’ to ‘@import’ because
the former discards the default theme, and apparently my theme makes some
assumptions about the state of things and requires the default theme to work.
The proper fix would be to fix my theme instead.

This change also fixes a bunch of typos and fixes the use of references within
the theme. References aren't strictly necessary, but my current theme relies on
them and they are technically a valid part of the configuration.
2022-07-03 19:06:32 -07:00
dc631e498f Rename the xdisorg package to rofi 2022-07-03 19:06:32 -07:00
eee994b35e Add ssh configuration 2022-06-21 20:25:33 -07:00
fe7c8283f0 Move any browser windows to the web tag in hersbtluftwm 2022-06-16 20:54:26 -07:00
65073b717f Fix zsh prompt 2022-06-16 19:10:14 -07:00
5cd91c77e0 Add unclutter configuration for guix home 2022-06-16 19:10:01 -07:00