~ruther/guix-config

ref: 7f40db54d8f8273347ed125c67d75cb86eaff2c6 guix-config/home d---------
7f40db54 — Rutherther 4 months ago
fix: remove dwl x11 popup patch

This patch is for dwl 0.8 while this dwl is 0.7...
c34369ac — Rutherther 4 months ago
fix: commit missing offlineimap patch
902e6282 — Rutherther 4 months ago
feat: change swaylock color to less light
11f99df1 — Rutherther 4 months ago
fix: patch waybar to not crash on tray icons without icon file
e5198c53 — Rutherther 4 months ago
fix: prevent error loading shell profile when tty empty

When started out of tty, $(tty) is null, and
[ $(tty) = /dev/tty1 ] ends up in [ = /dev/tty1 ],
and this produces an error.

Instead, switch to bash syntax with double [, and
move it to bash profile to prevent issues in case ~/.profile
is actually loaded from sh and not bash.
ca8a7e27 — Rutherther 6 months ago
feat: Do not listen on 8080 via hydroxide
5624f901 — Rutherther 6 months ago
feat: Add lockcmd to dwl
4b59ae9a — Rutherther 6 months ago
feat(home): Add setup_mirrored_repo script
9a94b916 — Rutherther 6 months ago
chore: remove emacs-team branch inferior
b52ee0ae — Rutherther 6 months ago
fix: Do not override Nix path from /etc/profile.d
59ea89be — Rutherther 6 months ago
feat: add eat shell integration to zsh and bash
eddb8be8 — Rutherther 6 months ago
feat: fonts for Japanese, Chinese characters
d5665d7e — Rutherther 6 months ago
chore: few adjustments in tagrules of dwl
d57a2f44 — Rutherther 6 months ago
chore: remove (ruther home fonts)

Already in guix.
c2467e5a — Rutherther 8 months ago
feat: Add emacs from emacs-branch via inferiors
819ee341 — Rutherther 8 months ago
chore: update
425f20f4 — Rutherther 8 months ago
feat: add xdg data dirs env var to dwl wrapper profile
f3b69472 — Rutherther 8 months ago
chore: move my dwl repo
2aceafb7 — Rutherther 8 months ago
feat: use spotify from flatpak in dwl
cb46f38e — Rutherther 9 months ago
fix: stop wlr-services if running on dwl startup

When wlr-services services are running already from previous session,
ie. after a logout or a crash, they couldn't be started again, 1.
because wlr-services has been running still, it needs to be stopped
first, 2. because the services got disabled cause they crashed with no
possibility to connect to wayland display 5 times.

The point 1. is fixed by this commit, 2. is fixed in guix-exprs
Next