
i3
Sway
dwm
Openbox
awesome
Fluxbox
bspwm
Xmonad
GitHub Desktop
GitKraken
SourceTree
SmartGit
TortoiseGit
Fork
Tower
GitHub
GitHub Desktopi3wm is recommended for advanced users, developers, and anyone who prefers a keyboard-centric interface. It is ideal for users who like to customize their environment extensively and are comfortable with configuring software via text files. New users with a willingness to learn may also find it rewarding.
GitHub Desktop might be a bit more popular than i3. We know about 136 links to it since March 2021 and only 92 links to i3. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've been using Omarchy as my main setup since June 26, 2025, the day DHH released the first version. Before that I had my own custom Opinionated Linux, mclovin-ARCHived: an Arch + i3wm installer set up exactly the way I liked. It was total control over the OS: me deciding what goes in, keeping every piece (i3wm, polybar, picom, kitty, dotfiles) up to date and making sure they all talked to each other for the... - Source: dev.to / 2 months ago
Then few years back, in 2015, I got shown i3wm and used it on my ubuntu-netinstall until 2020, then I switched to Budgie and my personal laptop has been using that ever since. - Source: dev.to / 5 months ago
I switched to the i3 tiling based window manager. Because it's a whole different environment and thinking, it was very different from what I was used to. The volume buttons were working on my keyboard, but I didn't get any visual feedback. Furthermore, the volume percentage could go down below zero and increase up to more than hundread percent. There were times when I was confused why the keys stopped working, but... - Source: dev.to / about 2 years ago
This is partially why I use tools like i3 (/ sway). I like the tool; it works extremely well for me; the design has stayed the same for 20 years; there's no profit motive to come along and fuck everything up. It just works. It is boring in the best way possible. Source: over 2 years ago
I use MacBook Pro (Retina, 15-inch, Mid-2014) with Manjaro as OS using i3 as a window manager. It isn't perfect, but I'm thrilled with it. I have been a Mac OS user for the last 15 years and wouldn't change what I have now for a Mac OS because I don't need more than what I'm using for development. Source: almost 3 years ago
Optional: You can also download GitHub Desktop (https://desktop.github.com) if you prefer a GUI version, but this guide focuses on Git Bash to understand the basics. - Source: dev.to / 6 months ago
Download the latest version from the GitHub Desktop website. - Source: dev.to / over 1 year ago
Iโm not going to dive into Git commands here โ you can find plenty of tutorials online. If youโre not a fan of using the plain terminal CLI, you can also manage repositories with tools like GitHub Desktop or SourceTree, which provide a more visual, intuitive interface. - Source: dev.to / over 1 year ago
Using terminal commands isnโt necessary for basic adoption of Git with Corticon Studio files, though. There are various tools that will allow us to bypass the command line when defining rules, including the built-in Eclipse plugin for Git version control. If youโll be storing your assets on GitHub, though, an even easier solution is GitHub Desktop, a free desktop software that GitHub offers. It can be used in... - Source: dev.to / over 1 year ago
Nix currently is akin to git's "porcelain": powerful but esoteric. However, much like git evolved into exoteric, user-friendly tools such as git-flow, GitHub Desktop, and Tower to become user-friendly, many developers are building abstractions, wrappers, and utilities to simplify Nix usage. Let's briefly look at a few of these tools now. - Source: dev.to / almost 2 years ago
Sway - Sway is a drop-in replacement for the i3 window manager, but for Wayland instead of X11.
GitKraken - The intuitive, fast, and beautiful cross-platform Git client.
dwm - dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.
SourceTree - Mac and Windows client for Mercurial and Git.
Openbox - Openbox is a highly configurable, next generation window manager with extensive standards support.
SmartGit - SmartGit is a front-end for the distributed version control system Git and runs on Windows, Mac OS...