| Age | Commit message (Collapse) | Author |
|
- theme.nix: Replace base16/spacemacs with ef-dream/ef-reverie palettes
- xmonad.hs: Update border colors to ef-dream
- common.nix: Update fzf, starship, tmux, bat colors to ef-dream
- Xresources generated from ef-dream palette
|
|
- Replace urxvt with kitty as default terminal
- Add ef-dream inspired color scheme to kitty
- Configure emoji font fallback with Noto Color Emoji
- Update xmonad.hs to use kitty for terminal and scratchpads
- Fix cmdtree to fetch from GitHub instead of broken git://jb55.com
- Remove urxvt.nix and alacritty config
- Add AGENTS.md for agentic coding tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Id7b3099472c6e15154dc75d3614862f02be031d7
|
|
i think the scratchpad doesn't work but idk why
Change-Id: I9e09ae6c2a736b5f88c769ec3754759b665a9901
|
|
Change-Id: I98e53e9984a98795fec01196bb51e41a2b9597dd
|
|
Change-Id: Ib281d72d782df657eda23e580d54dc0d4f1b18c6
|
|
|
|
xmonad sets 9 workspaces by default so just use them all
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Took me forever but I figured out how to use udev rules to give xautolock
permission to see the yubi when unlocking.
Also triggers a systemd service that locks the screen when yubi is removed. I
couldn't do this directly in a udev RUN becaues udev sucks at running programs
as different users and with environment variables and such.
This is still a bit buggy, I seem to consistently need to authenticate twice
when unlocking, but I think that would be fixed if I get rid of the
serviceConfig.User thing with some fancy scripting.
And as a backup, added Super+Shift+L for manual locking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|