this post was submitted on 08 Sep 2023
199 points (97.2% liked)

Open Source

30314 readers
2357 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I am and all my life have been a Linux user, I have nothing against Windows or MacOS, I just like Linux, and lately I have been experimenting with Windows in a virtual machine and I don't really know much open source software there apart from the one that is cross-platform like Firefox or Joplin.

At the moment I know:

Flow Launcher: It's a typical rofi style launcher, although I'm not a TWM user I like to just press super and type the first letters of the program I'm looking for to open it.

Lively Wallpaper: A program to have animated wallpapers, in the style of Wallpaper Engine.

Edit: I want to clarify that I read all the comments, I only respond to some because many times I have nothing to contribute to many of them because I don't know what to comment. Thanks to all of you for providing your lists of programs, I will be sure to try as many as I can because they are great, at least I know what to install if I use Windows one day!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

Because it's lightweight and portable. :)

Notepad2e is just a small exe file which doesn't require installation. This allows me to run it on my work PC or random work VMs without filling out any paperwork. And on my personal machines, I can replace the OG Notepad with this by renaming notepad.exe in the Windows folder, so when I press Win+R -> and type "notepad", it fires up Notepad2e. It launches just as quickly as the original Notepad, and doesn't use much RAM either, and provides most of the features that I'd commonly use in Notepad++, such as text transformations, syntax highlighting, large file support and live monitoring (which makes is handy for viewing logs). With this, I don't really have a need for Notepad++ - if I want more features, say I'm working on a proper coding project or something, I'd use a proper IDE like VSCode, but otherwise, Notepad2e satisfies most of my text editing needs.

[โ€“] [email protected] 1 points 1 year ago

I like your point of view! Thanks!