VirtualDesktop VS komorebi-application-specific-configuration

Compare VirtualDesktop vs komorebi-application-specific-configuration and see what are their differences.

VirtualDesktop

C# command line tool to manage virtual desktops in Windows 10 (by MScholtes)

komorebi-application-specific-configuration

A central place to document all tweaks required for Komorebi to 'just work' with as many applications as possible (by LGUG2Z)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
VirtualDesktop komorebi-application-specific-configuration
5 5
533 44
- -
6.7 8.1
3 months ago 8 days ago
C#
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

VirtualDesktop

Posts with mentions or reviews of VirtualDesktop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-11.
  • Third-party application / method for previewing contents of virtual desktops?
    1 project | /r/AutoHotkey | 6 Jun 2023
    Not strictly AHK related, but I have a small script that uses VirtualDesktop by MScholtes to manage my virtual desktops. Nothing fancy atm, just ctrl+alt+numpad to change desktops. But I do have a problem, I can't always remember which desktop has what stuff in it! So I was wondering if there is something like win+tab that gives a preview of what there is in each desktop.
  • Is there a way to switch to a specific virtual desktop with one shortcut?
    1 project | /r/Windows11 | 3 Feb 2023
    This plus Autohotkey or something like that
  • Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
    10 projects | news.ycombinator.com | 11 Oct 2022
  • Need _desktop icon_ to switch to specific virtual desktop
    1 project | /r/Windows10 | 10 Apr 2022
    This can do it from a batch file -> https://github.com/MScholtes/VirtualDesktop
  • Can someone help me with quoting paths inside variables?
    1 project | /r/AutoHotkey | 9 Jan 2022
    Pardon me, for not getting back to your in a more timely manner. hecktick weekend. Escaping characters is always a PITA no matter the language, in the case of AHK escaping quotes is awful as you escape a quote with a quote. Would believe if I told you I spent an entire day on just to realise this, between powershell and Autohotkey. I am very glad to know the feeling is mutual and it was not just me being stupid imo. Your solution was just what I needed, I am soon to be among one of the cool kids. Also that Function is amazing! Now, as powerful as PowerShell is (pun intended), is super slow compared to AHK (being a wrapper around .NET, worst if is the first run) and AHK can do most of what PS does: I did not know this, makes sense though. This was mostly an exercise on trying to do the things AHK does really well with PowerShell and just generally future prosperity between AHK and PowerShell interoperability. Text: awful virtual desktop feature really well. There was this AHK script that did this too but it got broken due to API changes in windows 11. This the module

komorebi-application-specific-configuration

Posts with mentions or reviews of komorebi-application-specific-configuration. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • Ask HN: Is it a good time to make big purchases in the UK with USD?
    2 projects | news.ycombinator.com | 23 Dec 2022
    Haha hello!

    I don't use Teams personally but I believe some people have solved this and it is part of the standard application-specific fixes that are used to generate base configurations.[1]

    Thanks to the architecture of komorebi, it's pretty easy for users to fix (and then contribute fixes for) weird behaviour of individual apps without touching the source code.

    Thankfully an army of dedicated users has congregated on the project Discord so if you ever get stuck with the sort of behaviour you're describing with any application, someone on the server will be able to show you to fix it (and then add the fix to the application-specific fixes repo so future users never have to deal with it).

    [1]: https://github.com/LGUG2Z/komorebi-application-specific-conf...

  • Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
    10 projects | news.ycombinator.com | 11 Oct 2022
    [4] https://github.com/LGUG2Z/komorebi-application-specific-conf...
  • Show HN: Komorebi (a tiling window manager for Windows written in Rust) v0.1.9
    5 projects | news.ycombinator.com | 26 May 2022
  • Komorebi (a tiling window manager for Windows) v0.1.9 is out!
    4 projects | /r/rust | 26 May 2022
    Introducing a decoupled library of application-specific fixes in YAML that can be used to generate the majority of configuration options for applications that are uncooperative-by-default. The goal is to eventually just be able to run one command to generate 99% of your configuration, leaving you to focus on the other 1% which should essentially be your preferred shortcuts and workspace layout options.
  • Show HN: A tiling window manager like i3wm written in C#
    11 projects | news.ycombinator.com | 15 Apr 2022
    komorebi dev here. I can't tell you the number of times I've wanted to just write my own take on sxhkd[1] for Windows and use that to manage my own keybindings for komorebi instead of ahk.

    You can just as easily write your own/use another hotkey daemon or PowerShell scripts to handle komorebi's configuration and keybindings, in that sense there is no dependency on ahk at all. However, the inertia around ahk in the Windows ecosystem is undeniable and it's in the interests of making adoption and onboarding easier that the project provides example ahk files and has invested in an ahk code generation library.

    My thoughts on the dominant hotkey daemon in the Windows ecosystem aside, I remain convinced that the famous bspwm socket communication architecture[2] is the best way to handle both configuration and keybindings for a tiling window manager that has been proposed to this today.

    Unfortunately I have to concede that there is a certain configuration burden that comes with komorebi, which is amplified in some cases by having to write/maintain ahk. This configuration burden is largely due to the highly fragmented nature of Windows application development that is discussed often on HN and it is inescapable.

    With this in mind, the next release of komorebi (currently available on master) will invest even more heavily in automatic configuration generation.

    A separate repository of common application-specific configuration tweaks[3] (in YAML!) has been created which I and others from the komorebi Discord server are contributing to, with the goal of having the edge cases for as many applications as possible fully documented so that a comprehensive configuration file can be generated[4] for the user which ensures that every (major) Windows application behaves as expected under a tiling window manager.

    I hope that other Windows tiling window manager developers can use these YAML definitions in the future to handle the same edge cases in their projects so that eventually there will be a tiling window manager of every flavour (bspwm, i3wm etc.) available for Windows users where having to manually accommodate and compensate for the non-standard behaviour of individual applications is a thing of the past.

    [1]: https://github.com/baskerville/sxhkd

    [2]: https://github.com/baskerville/bspwm#description

    [3]: https://github.com/LGUG2Z/komorebi-application-specific-conf...

    [4]: https://github.com/LGUG2Z/komorebi/#generating-common-applic...

What are some alternatives?

When comparing VirtualDesktop and komorebi-application-specific-configuration you can also consider the following projects:

ALVR - Stream VR games from your PC to your headset via Wi-Fi

glazewm - GlazeWM is a tiling window manager for Windows inspired by i3 and Polybar.

SylphyHorn - Virtual Desktop Tools for Windows 10.

komorebi - A tiling window manager for Windows 🍉

OculusKiller - Completely kill the Oculus Dash and auto-launch SteamVR. [Moved to: https://github.com/LibreQuest/OculusKiller]

komorebi-application-specific-conf

amethystwindows - [ARCHIVED] Automatic tiling window manager for Windows 10/11

yasb - A highly configurable cross-platform (Windows) status bar written in Python.

projectm - projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.

sxhkd - Simple X hotkey daemon

BetterDummy - Unlock your displays on your Mac! Smooth scaling, HiDPI unlock, XDR/HDR extra brightness upscale, DDC, brightness and dimming, dummy displays, PIP and lots more! [Moved to: https://github.com/waydabber/BetterDisplay]

PowerToys - Windows system utilities to maximize productivity