clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

sspaeti d3278732 2ec053a7

+11 -8
+2 -2
hypr/.config/hypr/input.conf
··· 12 12 repeat_delay = 200 13 13 14 14 # Increase sensitity for mouse/trackpack (default: 0) 15 - sensitivity = 0.35 15 + sensitivity = 0.6 16 16 17 17 touchpad { 18 18 # Use natural (inverse) scrolling ··· 22 22 clickfinger_behavior = true 23 23 24 24 # Control the speed of your scrolling 25 - scroll_factor = 0.4 25 + scroll_factor = 0.8 26 26 } 27 27 } 28 28
+6 -4
hypr/.config/hypr/sspaeti/emoji-fuzzy.sh
··· 1478 1478 🔵 blue circle shape icon button 1479 1479 🟣 purple circle round 1480 1480 🟤 brown circle round 1481 - ⚫ black circle shape button round 1481 + ⚫ black circle shape button round dot 1482 1482 ⚪ white circle shape round 1483 1483 🟥 red square 1484 1484 🟧 orange square ··· 1489 1489 🟫 brown square 1490 1490 ⬛ black large square shape icon button 1491 1491 ⬜ white large square shape icon stone button 1492 - ◼️ black medium square shape button icon 1492 + ◼️ black medium square shape button icon dot 1493 1493 ◻️ white medium square shape stone icon 1494 - ◾ black medium small square icon shape button 1494 + ◾ black medium small square icon shape button dot 1495 1495 ◽ white medium small square shape stone icon button 1496 - ▪️ black small square shape icon 1496 + ▪️ black small square shape icon dot 1497 1497 ▫️ white small square shape icon 1498 1498 🔶 large orange diamond shape jewel gem 1499 1499 🔷 large blue diamond shape jewel gem ··· 1899 1899 𝕏 twitter x logo 1900 1900 👉👈 etou ughhhhhhh shy 1901 1901 👉👌 put it in imagination perv 1902 + # hashtag 1903 + # hashtag2
+2 -1
nvim/.config/nvim/lua/sspaeti/remap.lua
··· 24 24 vim.keymap.set('n', 'sL', ':Lines<CR>') 25 25 vim.keymap.set('n', 'sn', ':enew<CR>') 26 26 vim.keymap.set('n', 'sM', ':Maps<CR>') 27 - vim.keymap.set('n', 'st', ':Neotree position=float toggle=true reveal<CR>') 27 + -- vim.keymap.set('n', 'st', ':Neotree position=float toggle=true reveal<CR>') 28 + vim.keymap.set('n', 'st', '<cmd>Yazi<cr>', {desc = "Open yazi at the current file"} ) 28 29 vim.keymap.set('n', 'se', ':Neotree position=right toggle=true reveal<CR>') 29 30 -- this will include hidden files and work on none git directories. Also fuzzy search works better than telecope 30 31 vim.keymap.set('n', '<c-p>', ':Files<CR>') --> s is in telecope.lua
+1 -1
obsidian/Simon/SecondBrain/.obsidian/appearance.json
··· 1 1 { 2 2 "baseFontSize": 16, 3 3 "cssTheme": "Kanagawa", 4 - "theme": "moonstone", 4 + "theme": "obsidian", 5 5 "enabledCssSnippets": [ 6 6 "hide_file_in_filetree", 7 7 "better_pdf",