···1212 repeat_delay = 200
13131414 # Increase sensitity for mouse/trackpack (default: 0)
1515- sensitivity = 0.35
1515+ sensitivity = 0.6
16161717 touchpad {
1818 # Use natural (inverse) scrolling
···2222 clickfinger_behavior = true
23232424 # Control the speed of your scrolling
2525- scroll_factor = 0.4
2525+ scroll_factor = 0.8
2626 }
2727}
2828
+6-4
hypr/.config/hypr/sspaeti/emoji-fuzzy.sh
···14781478🔵 blue circle shape icon button
14791479🟣 purple circle round
14801480🟤 brown circle round
14811481-⚫ black circle shape button round
14811481+⚫ black circle shape button round dot
14821482⚪ white circle shape round
14831483🟥 red square
14841484🟧 orange square
···14891489🟫 brown square
14901490⬛ black large square shape icon button
14911491⬜ white large square shape icon stone button
14921492-◼️ black medium square shape button icon
14921492+◼️ black medium square shape button icon dot
14931493◻️ white medium square shape stone icon
14941494-◾ black medium small square icon shape button
14941494+◾ black medium small square icon shape button dot
14951495◽ white medium small square shape stone icon button
14961496-▪️ black small square shape icon
14961496+▪️ black small square shape icon dot
14971497▫️ white small square shape icon
14981498🔶 large orange diamond shape jewel gem
14991499🔷 large blue diamond shape jewel gem
···18991899𝕏 twitter x logo
19001900👉👈 etou ughhhhhhh shy
19011901👉👌 put it in imagination perv
19021902+# hashtag
19031903+# hashtag2
+2-1
nvim/.config/nvim/lua/sspaeti/remap.lua
···2424vim.keymap.set('n', 'sL', ':Lines<CR>')
2525vim.keymap.set('n', 'sn', ':enew<CR>')
2626vim.keymap.set('n', 'sM', ':Maps<CR>')
2727-vim.keymap.set('n', 'st', ':Neotree position=float toggle=true reveal<CR>')
2727+-- vim.keymap.set('n', 'st', ':Neotree position=float toggle=true reveal<CR>')
2828+vim.keymap.set('n', 'st', '<cmd>Yazi<cr>', {desc = "Open yazi at the current file"} )
2829vim.keymap.set('n', 'se', ':Neotree position=right toggle=true reveal<CR>')
2930-- this will include hidden files and work on none git directories. Also fuzzy search works better than telecope
3031vim.keymap.set('n', '<c-p>', ':Files<CR>') --> s is in telecope.lua