clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

add

sspaeti 1baaf15c e9c08aaa

+7 -6
+6 -6
obsidian/Simon/SecondBrain/.obsidian/graph.json
··· 29 29 } 30 30 } 31 31 ], 32 - "collapse-display": true, 32 + "collapse-display": false, 33 33 "showArrow": false, 34 34 "textFadeMultiplier": -1, 35 - "nodeSizeMultiplier": 0.63274704070652, 35 + "nodeSizeMultiplier": 0.255382946195197, 36 36 "lineSizeMultiplier": 0.202219263204616, 37 37 "collapse-forces": false, 38 - "centerStrength": 0.133254426197169, 38 + "centerStrength": 0.396842560553633, 39 39 "repelStrength": 10.4107759100523, 40 - "linkStrength": 0.967679691268693, 41 - "linkDistance": 217, 42 - "scale": 0.1634837056722049, 40 + "linkStrength": 0.864230408837599, 41 + "linkDistance": 169, 42 + "scale": 0.14604504900794624, 43 43 "close": false 44 44 }
+1
tmux/.tmux.conf
··· 104 104 bind-key -n M-w switch-client -t sspaeti-blog-brain-hugo:blog 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 + bind-key -n M-w switch-client -t writing-ssp-data:rill 107 108 bind-key -n M-t run-shell -b "~/.tmux/tmux-switch-session.sh" 108 109 bind-key -n M-s display-popup -E -w 40% "sesh connect \"$(sesh list -i | gum filter --limit 1 --placeholder 'Pick a sesh' --prompt='⚡')\"" 109 110