clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update neomd

sspaeti 0e3d56f4 a66451e7

+9 -2
+1
XCompose/.XCompose
··· 3 3 # Identification 4 4 <Multi_key> <space> <n> : "Simon Späti" 5 5 <Multi_key> <space> <e> : "simon@ssp.sh" 6 + <Multi_key> <space> <f> : "*sent from [neomd](https://neomd.ssp.sh)*" 6 7 7 8 # Typography 8 9 <Multi_key> <minus> : "—"
+7 -2
neomd/.config/neomd/config.toml
··· 1 + auto_bcc = "sspaeti@hey.com" 2 + 1 3 [[accounts]] 2 4 name = "Personal" 3 5 imap = "imap.mail.hostpoint.ch:993" ··· 47 49 papertrail = "PaperTrail" 48 50 screened_out = "ScreenedOut" 49 51 archive = "Archive" 52 + work = "Work" 50 53 waiting = "Waiting" 51 54 scheduled = "Scheduled" 52 55 someday = "Someday" 53 56 spam = "spam" 54 - tab_order = ["inbox", "to_screen", "feed", "papertrail", "waiting", "someday", "scheduled", "sent", "archive", "screened_out", "trash"] 57 + tab_order = ["inbox", "to_screen", "feed", "papertrail", "waiting", "someday", "scheduled", "sent", "work", "archive", "screened_out", "trash"] 55 58 56 59 [ui] 57 60 theme = "dark" ··· 60 63 Data Engineer & Technical Author, SSP Data GmbH 61 64 62 65 Connect: [LinkedIn](https://li.ssp.sh/) | [Bluesky](https://bs.ssp.sh/) | [GitHub](https://gh.ssp.sh/) 63 - Explore: [Website](https://ssp.sh/) | [Vault](https://vault.ssp.sh/) | [Book](https://dedp.online/) | [Services](https://ssp.sh/services)""" 66 + Explore: [Website](https://ssp.sh/) | [Vault](https://vault.ssp.sh/) | [Book](https://dedp.online/) | [Services](https://ssp.sh/services) 67 + 68 + *sent from [neomd](https://neomd.ssp.sh)*"""
+1
tmux/.config/tmux/tmux.conf
··· 105 105 bind-key -n M-b switch-client -t sspaeti-blog-brain-hugo:brain 106 106 bind-key -n M-p switch-client -t dedp-book:writing 107 107 bind-key -n M-w switch-client -t writing-ssp-data:rill 108 + bind-key -n M-m switch-client -t neomd:reading 108 109 bind-key -n M-t run-shell -b "~/.config/tmux/tmux-switch-session.sh" 109 110 bind-key -n M-s display-popup -E -w 40% "sesh connect \"$(sesh list -i | gum filter --limit 1 --placeholder 'Pick a sesh' --prompt='⚡')\"" 110 111