John
John
Somehow I missed this, but virtual monitors already exist: ``` bspc wm --add-monitor WxH+X+Y ``` Perhaps you could write a script to utilize these virtual monitors to create "bundles" of...
There are other applications that support windows-style window switching, one such being [Rofi](https://github.com/davatorium/rofi). Does this solve your issue?
If you are referring to keys such as `Volume Up` and `Volume Down`, then you can run `xev` in a terminal, press the keys you are referring to, and watch...
@addisonamiri I'm not aware of how `libinput` works, but would it be possible for `libinput` to send a combination of keypresses upon receiving a certain gesture? This way, you could...