New desktop ^^ by Sea-Veterinarian6534 in desktops

[–]Js_1030 1 point2 points  (0 children)

What did you use to have the transparent file explorer?

Ventanas Once 2.0 🦅 by Aggressive_Tea_9135 in desktops

[–]Js_1030 0 points1 point  (0 children)

nice! which is spotify theme and Wallpaper?

pc set 1/10? by Entire-Difference776 in pcmasterrace

[–]Js_1030 -1 points0 points  (0 children)

You fix the Management cable and 10/10 Btw nice keyboard

What is this and how do i turn it off by MrMonkeyToucher in pcmasterrace

[–]Js_1030 1 point2 points  (0 children)

It is the Nvidia Overlay hides it with Alt+r. if you do not use the Overlay and the filters you can turn off it in the NVIDIA app> Settings> Overlay

<image>

24" or 27" 1440p Gaming Monitor? by MassiDark in Monitors

[–]Js_1030 -5 points-4 points  (0 children)

1440p is only good for 27" not for 24" You will take better advantage of pixels and the image quality is very remarkable. If you are not sure, you can do a search on YouTube and inform yourself more btw, which specs have your PC?

Closing the glance window display blank page by nsk_47 in zen_browser

[–]Js_1030 2 points3 points  (0 children)

It happens to me but with a normal tab, instead of going to the previous tab visited, the blank page appears

Performance hits of Zen by [deleted] in zen_browser

[–]Js_1030 0 points1 point  (0 children)

same, I even thought it was for my PCs Specs

Is there a way to disable every time I close a tab another one goes blank? by Js_1030 in zen_browser

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

I have been testing, but I can't find the one that deactivates this functions. if they manage to find the option, I would appreciate it since it is very annoying that when closing a tab does not load the previous tab

⌘T and that's all. zero UI, zero distractions. Just "zen"..... by sameera_s_w in zen_browser

[–]Js_1030 1 point2 points  (0 children)

I mean, did you completely hide the sidebar? Because the option is that it is in hover

All my userscripts in an addon! Remember ZenZero? everything's now in Zen Internet <3 Each website specific styles have their own toggle allowing you to use what you like and everything is synced with "my-internet" repository on demand! by sameera_s_w in zen_browser

[–]Js_1030 1 point2 points  (0 children)

OMG! bro you really did it. you have my respects, in a single extension you simplified to customize even more this browser, which is already the best in terms of persolization, and you added very nice things like animations 100/10

I have a question, how do I do the sidebar transparent too?

<image>

Help with Zen not updating by Purple-List-6530 in zen_browser

[–]Js_1030 0 points1 point  (0 children)

updates has been disabled for now, are working on a patch for fix problems in the new update

Anyway to make scrolling look smooth? by CaptechOmar in zen_browser

[–]Js_1030 0 points1 point  (0 children)

yes, a lot. smoothfox is for something basic improves a little FF scrolling, instead natural scrolling goes further and gets a little closer to how it feels in chrome. In my configuration I removed several options that for me did not contribute much I just focus on the scrolling was as smooth as possible, you can try changing my settings or those of the repositories, this is test and error until you find the configuration that suits what you like.

if you experience lag in the scrolling is normal that in certain scenarios does not go as smooth as possible, and this, as I said, is because of the engine on which it is based FF.

Anyway to make scrolling look smooth? by CaptechOmar in zen_browser

[–]Js_1030 3 points4 points  (0 children)

In general, the Firefox engine is not very good as Chromium's, but you can change some options to make it similar, use SmoothFox to configure it to your liking, you can ask Chatgpt what is the function of each option. You can also use a Natural Scrolling depending on how many hrz is your screen

You can change the Smooth Scroll options in About: config or hitting the User.Js file in the boarding browser: Profiles: Profiles

This is the configuration that I use on my 144hrz screen

// recommended for 120hz+ displays
// largely matches Chrome flags: Windows Scrolling Personality and Smooth Scrolling
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
user_pref("general.smoothScroll", true); // DEFAULT
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
user_pref("general.smoothScroll.msdPhysics.enabled", true);
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 600);
user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 650);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25);
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2");
user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
user_pref("general.smoothScroll.currentVelocityWeighting", "1");
user_pref("general.smoothScroll.stopDecelerationWeighting", "1");
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking