diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-22 13:31:18 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-22 13:31:18 -0500 |
| commit | 8d9eb8fa8a20efa4c4318fccef97d21fe91fb092 (patch) | |
| tree | dfe4a94d2c20653a1b97add68d96ebf5a2856317 /lib/cfg.def.h | |
| parent | f8d26da7c054c0a4c89ab12993e00f74ea9260a1 (diff) | |
Switch to kitty terminal with ef-dream theme, emoji support
- 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
Diffstat (limited to 'lib/cfg.def.h')
| -rw-r--r-- | lib/cfg.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cfg.def.h b/lib/cfg.def.h index ce585ff..7e86df5 100644 --- a/lib/cfg.def.h +++ b/lib/cfg.def.h @@ -52,11 +52,11 @@ static struct command mumble[] = { static struct command apps[] = { DEFCMD ("f", "firefox" , "firefox") - DEFCMD ("h", "htop" , "urxvt htop") + DEFCMD ("h", "htop" , "kitty -e htop") // DEFCMD ("k", "keybase" , "keybase-gui") DEFPREFIX ("m", "mumble" , mumble) DEFCMD ("n", "nautilus" , "nautilus") - DEFCMD ("r", "ranger" , "urxvt ranger") + DEFCMD ("r", "ranger" , "kitty -e ranger") DEFCMD ("t", "telegram" , "telegram-desktop") DEFCMD ("q", "qutebrowser", "qutebrowser") }; |
