|
|
|
|
|
by rococode
2811 days ago
|
|
I dropped Linux for Windows with WSL a while ago and I've had no regrets. Just about everything that I use day-to-day works great, and even things that require a graphical display work fine with Xming [1]. For the rare occasions that WSL isn't compatible with something I can just boot up a VM, but I haven't needed to do so in a long time. Also, with Windows 10 Pro you get access to group policy which gives decent control over updates. I haven't had an unwanted restart since I sorted out my settings, and extra features I don't want are not on my computer (like Candy Crush...). You also generally don't have to worry about incompatibility of your tools with Windows which is a great pleasure - unlike Linux where I often had to deal with Wine, weird UI bugs, and screen display issues. And chocolatey [2] exists, which handles updates very smoothly. The main thing I miss from Linux is hotkey configurations. I used i3 with polybar and rofi and as a result rarely needed to touch my mouse. You can't do quite the same with Windows, but I've thrown together some code that emulates most of what I want (media hotkeys and rofi window switching) so it hasn't been a big pain point. I don't know if it's some setting I did a while ago, but I use the full-screen start menu (with no tiles - I just use it to search with a pretty background) and I have never seen an ad. [1] https://sourceforge.net/projects/xming/ [2] https://chocolatey.org/ |
|