-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiling Window Manager #305
Comments
This. I’m also on the same page. I’d add that today for me to get somewhat closer to my productivity on Linux (i3wm) I’m using the following on Windows 10:
Autohotkeys (or an equivalent thereof would also be necessary) I did try FancyZones and I believe that there’s a lot of potential here - PascalSenn described them quiet well. Bug.n is somewhere close to what we are looking for but having something such as FancyZones would be a blessing. |
For me, the biggest issue is that you cannot change the focused window with keyboard easily. |
You can try this if you are looking for win32 port of dwm. https://github.com/prabirshrestha/dwm-win32. Release tab has binaries that you can download and run without compiling. |
Wow @prabirshrestha That's a lot cleaner than the autohotkey stuff. |
Closing this in favor of #2694 |
Summary of the new feature/enhancement
Developing software on a Linux machine has always been a different experience than developing on a Windows machine.
The freedom of the shell, window manager etc. of choice was great.
The most productive dev experience I ever had was on linux with suckless.org tools.
dwm (Dynamic Window Manager) is making the difference. It's pretty similar to FancyZones, but it's more complete.
FancyZones gives us the possibility to manage windows and their layouts on the machine. It even supports keyboard shortcuts to control the whole experience by the keyboard.
It's great. Really!
I really like the overall Windows 10 experience. For i.E. writing, browsing or researching it's great. Floating Windows, a taskbar, a desktop, all things that support a normal office workflow. I don't really need those as an administrator though. I just want quick access to my applications, quickly shift between windows, having multiple virtual desktops that are preconfigured and always the same, having everything i need for a particular workflow in reach.
In DWM there is nothing like a desktop or a classic taskbar visible. Pure focus - Nothing that distracts or gets in my way. I don't have to search for anything on my screen because everything has it's place. I need the browser? Desktop 1 on the left. I need my Notepad? Desktop 4 Fullscreen. - Everything is in order, everything has it's place. And I can access everything with at most 2 keyboard shortcuts.
I think something like a FocusMode would be really nice.
Once you are in the focus mode you and your window manager are on their own. The "normal" windows taskbar is hidden and the focus mode taskbar is shown.
TaskBar
FancyZones
Virtual Desktops
i. E. Desktop 1: 2 Columns - Browser and Dev Tools
Desktop 2: 2 Columns - for Editor and terminals
Desktop 3: 4 Grid - File Explorer
Desktop 4: Full Screen - OneNote
This are just the first thoughts about this idea, nothing mature.
The text was updated successfully, but these errors were encountered: