clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

sspaeti a04bcfef c1cc7a22

+19 -6
+1 -1
hypr/.config/hypr/bindings.conf
··· 36 36 bindd = SUPER ALT, BACKSPACE, Toggle Keyboard, exec, ~/.config/hypr/sspaeti/switch-keyboard ; notify-send "Keyboard Setup" "Toggle keyboard" 37 37 38 38 #OMARCHY settings and overwrites 39 - bind = SUPER SHIFT, K, exec, ~/.local/share/omarchy/bin/omarchy-menu-keybindings 39 + bind = SUPER CTRL, K, exec, ~/.local/share/omarchy/bin/omarchy-menu-keybindings 40 40 41 41 42 42 unbind = SUPER, ESCAPE
+6 -5
newsboat/.config/newsboat/urls
··· 23 23 https://www.blef.fr/blog/rss/ data 24 24 https://world.hey.com/jason/feed.atom curiosity 25 25 https://world.hey.com/dhh/feed.atom curiosity 26 - https://www.theseattledataguy.com/feed/ data 26 + https://seattledataguy.substack.com/feed data "~Seattle Data Guy Substack" 27 + https://www.theseattledataguy.com/feed/ data "~Seattle Data Guy Blog" 27 28 https://sive.rs/en.atom curiosity 28 29 https://www.confessionsofadataguy.com/feed/ data 29 30 https://petrjanda.substack.com/feed data ··· 32 33 https://benn.substack.com/feed data 33 34 https://technically.substack.com/feed 34 35 https://karlastarr.substack.com/feed 35 - https://seattledataguy.substack.com/feed data 36 36 https://www.jamesserra.com/feed mssql 37 37 https://www.dataengineeringweekly.com/feed data 38 38 https://medium.com/feed/@maximebeauchemin data "~Maxime Beauchemin (Medium)" ··· 45 45 https://pedram.substack.com/feed data 46 46 http://www.gregreda.com/feeds/all.atom.xml ! curiosity 47 47 https://jpmonteiro.substack.com/feed 48 - https://joereis.substack.com/feed data 49 48 https://chollinger.com/blog/index.xml misc 50 49 https://mehdio.substack.com/feed data 51 50 https://moderndata101.substack.com/feed data ··· 72 71 https://tfthacker.substack.com/feed note-taking "~Tools for Thought (Obsidian, PKM)" 73 72 https://sqlpatterns.com/feed data-substack "~Data Patterns by Ergest Xheblati" 74 73 https://uncledata.substack.com/feed data 75 - https://practicaldatamodeling.substack.com/feed data 74 + https://joereis.substack.com/feed data "~Joe Reis Substack" 75 + https://practicaldatamodeling.substack.com/feed data "~Practical Data Modeling - Joe Reis" 76 + https://dataarchitecture.substack.com/feed data "~Data Architecture - Joe Reis" 76 77 https://juhache.substack.com/feed data 77 78 https://sympathetic.ink/feed.xml data 78 79 https://askvinnie.substack.com/feed data ··· 124 125 https://hubertdulay.substack.com/feed ! data-substack 125 126 https://dcubed.substack.com/feed ! consulting 126 127 https://read.technically.dev/feed ! engineering 127 - https://thesequence.substack.com/feed ! ai 128 + #https://thesequence.substack.com/feed ! ai 128 129 https://themetagridnotes.substack.com/feed ! data-substack 129 130 130 131 #off for now to not overwelm
+9
obsidian/Simon/SecondBrain/.obsidian/hotkeys.json
··· 460 460 ], 461 461 "key": "1" 462 462 } 463 + ], 464 + "obsidian-hider:toggle-tab-containers": [ 465 + { 466 + "modifiers": [ 467 + "Mod", 468 + "Shift" 469 + ], 470 + "key": ";" 471 + } 463 472 ] 464 473 }
+3
w3m/.config/w3m/keymap
··· 12 12 # q to quit without confirmation 13 13 keymap q EXIT 14 14 keymap h EXIT 15 + 16 + # Open current URL in Brave browser 17 + keymap O EXTERN 'brave %s &'