natural scrolling is intuitive because it’s dragging the content as though it were a physical thing
How is that intuitive? Why would you be dragging the content? You’re not touching the content.
natural scrolling is intuitive because it’s dragging the content as though it were a physical thing
How is that intuitive? Why would you be dragging the content? You’re not touching the content.
Because you’re arbitrarily restricting yourself to old versions of tools and software. The idea is you don’t want unexpected conflicts to bring down your system. But, what that means is when you do go to upgrade on something like a server, you would test the whole thing on the new version, and then migrate. That’s not how people use desktops. You just feel like one day upgrading from 20.04 to 20.10, and then get a massive burst of differences. It’s really hard to pin down what specifically goes wrong when something does.
So unless you have a staging environment for your desktop where you test the new version before migrating, then what is the purpose of running old versions of stuff?
Non rolling release distros for your desktop makes no sense.
This is almost worse than using sudo. Because now you essentially have full sudo access without having the protections of sudo, like asking for your password
I suggest switching to sidebery. Use the 5.x version from github, but if you do that they have a recipe.
https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snippets-(via-userChrome.css)
IMO the default styles look kinda ugly. I made one that looks very similar to treestyletabs
#root.root {--tabs-activated-shadow: 0px 1px 4px -1px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,0.133);}
#root.root {--tabs-activated-bg: #d3ebffff;}
#root.root {--tabs-inner-gap: 6px;}
#root.root {--tabs-indent: 8px;}
#root.root {--tabs-font: .9rem sans-serif;}
#root.root {--tabs-height: 25px;}
#root.root {--popup-bg: rgb(244, 245, 246);}
#root.root {--general-margin: 0px;}
#root.root {--frame-bg: #9a9996ff;}
#root.root {--status-active: #146fd9;}
#root.root {--tabs-border-radius: 4px 0 0 4px;}
/* OLD CSS VARS
*/
.Tab .body{
border-style: solid;
border-width: 0px 0px 1px;
border-color: rgba(154, 153, 150,0.55);
background-color: #FCFCFC;
}
.Tab[data-discarded="true"] > .body > .fav,
.Tab[data-discarded="true"] > .body > .t-box,
.Tab[data-discarded="true"] > .body > .ctx {
opacity: 1.00;
--frame-fg: red;
}
.TabsPanel .bottom-space {
height: 0;
}
.TabsPanel .bottom-bar {
display: none;
}
.Tab .progress-spinner {
right: 1px;
bottom: 1px;
}
.Tab[data-loading="true"] .fav-icon {
mask: radial-gradient(circle at calc(100% - 8px) calc(100% - 8px),rgba(0,0,0,.141),rgba(0,0,0,.141) 8px,#000 8px,#000);
}
Ugh thy switched this? Please don’t start with the enshitification of KDE