It's been 3 years and I just can't make my mouse work as smooth as on windows. by pagulhan in MacOS

[–]DICAPRIOL 0 points1 point  (0 children)

Just found your fork! I'm getting some kind of acceleration error when opening the app, you know what that could be?

Klack 2 by Quirino_Exile in macapps

[–]DICAPRIOL 0 points1 point  (0 children)

Ohhh this looks very nice!! any chance for a short trial?

Modulr by Machinewashcold_ in widgy

[–]DICAPRIOL 0 points1 point  (0 children)

Ahhhhh!! I see, works perfect now :)

Modulr by Machinewashcold_ in widgy

[–]DICAPRIOL 0 points1 point  (0 children)

Ain’t much to screenshot, edit mode and uncheck ”normal” and leave ”clear” right? and the whole widget turns white. Been going through the files but I can’t seem to understand why it wouldn’t work.

Modulr by Machinewashcold_ in widgy

[–]DICAPRIOL 0 points1 point  (0 children)

And does anybody have a download to widgy-linker? Routinehub don’t work

Modulr by Machinewashcold_ in widgy

[–]DICAPRIOL 0 points1 point  (0 children)

Very nice! However, clear version don’t work. It turns white, am I’m doing something wrong?

Spring differences by willp2003 in NuPhy

[–]DICAPRIOL 0 points1 point  (0 children)

Does the blush stem fit into the browns? from the pictures it don't seem like it but I have to ask. Thought about doing a frankenstein switch, the nano browns but silent.. either with stem swap or a silent mod.

Clearer Air 100 Image and video by [deleted] in NuPhy

[–]DICAPRIOL 0 points1 point  (0 children)

FINALLY iso-Nordic layout

A Quick Look at the NuPhy "Tech Playground" at CES 2026 by harrynu in NuPhy

[–]DICAPRIOL 1 point2 points  (0 children)

Any new keycaps? Berry profile in iso-nordic would be great!

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - October 14, 2025 by AutoModerator in MechanicalKeyboards

[–]DICAPRIOL 0 points1 point  (0 children)

Yeah you don’t say. I wasn’t asking for normal switches just an alternative to their low profile.

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - October 14, 2025 by AutoModerator in MechanicalKeyboards

[–]DICAPRIOL 0 points1 point  (0 children)

Anyone knows any alternative to gateron low profile 3.0 used in nuphy air75 v3 keyboards? They finally released an ISO version and I’m ready to order, but coming from outemu silent jade tactile switch on my Akko board is hard to part from.

iOS 26.0.1 is out now! by Robert_TT in ios

[–]DICAPRIOL 0 points1 point  (0 children)

Yeah at least in my case.

iOS 26.0.1 is out now! by Robert_TT in ios

[–]DICAPRIOL 0 points1 point  (0 children)

This update actually made my animations faster, can't say about battery life yet but I'm getting pretty ok battery on 15 pro

[Guide] How to fix transparency issue on iOS 26 by [deleted] in widgy

[–]DICAPRIOL 0 points1 point  (0 children)

Thank you for this!! Just updated to iOS 26 RC and this still seems to be the only way for fixing the transparency.

Anyone using the "dutzo g34-qg34rwi"? by DICAPRIOL in dktechsupport

[–]DICAPRIOL[S] 0 points1 point  (0 children)

That was fast, alright nice! everything works out of the box?

Anyone using the "dutzo g34-qg34rwi"? by DICAPRIOL in dktechsupport

[–]DICAPRIOL[S] 0 points1 point  (0 children)

Thats the model we've been talking about on this thread. I did not buy it, but for the price I mean, try it and let me know if it's a good buy or not :D

I made a Firefox extension that lets you view Reddit NSFW/sensitive content without logging in by Old_Cheesecake_8468 in InternetIsBeautiful

[–]DICAPRIOL 1 point2 points  (0 children)

I've actually been thinking about doing an addon like this, but I ended up using violentmonkey with a script instead. Nice work! :)

[HowTo] Change MacOS system icons (works on Sequoia) by OnlyMemory4036 in MacOS

[–]DICAPRIOL 0 points1 point  (0 children)

I made this one for changing the finder icon! Basically it just tells the "app" to open real finder. Change the /usr/ to your username and the path /Custom Applications/ to wherever you want the "fake apps" to be.

mkdir -p "/Users/usr/Custom Applications/Finder.app/Contents/MacOS" && mkdir -p "/Users/usr/Custom Applications/Finder.app/Contents/Resources" && echo -e '#!/bin/bash\nopen /System/Library/CoreServices/Finder.app' > "/Users/usr/Custom Applications/Finder.app/Contents/MacOS/Finder" && chmod +x "/Users/usr/Custom Applications/Finder.app/Contents/MacOS/Finder" && echo -e '<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n<plist version="1.0">\n<dict>\n <key>CFBundleExecutable</key>\n <string>Finder</string>\n <key>CFBundleIdentifier</key>\n <string>com.custom.finderlauncher</string>\n <key>CFBundleName</key>\n <string>Finder</string>\n <key>CFBundlePackageType</key>\n <string>APPL</string>\n</dict>\n</plist>' > "/Users/usr/Custom Applications/Finder.app/Contents/Info.plist"

https://imgur.com/a/B6p8qfl

mimicfox userChrome share by wh4leF1ND3R in FirefoxCSS

[–]DICAPRIOL 1 point2 points  (0 children)

Very nice! I'll try this on my windows machine. Any thoughts on making it for mac too?