Marc Weber

Results 62 comments of Marc Weber

I ended up with yabai -m space --display 1 --focus 2 Getting acting space is already .. but space 2 is active on display 2. Looking at the documentation of...

I'd be interested in your visions :-) (maybe VR and 3d :-) AFAIK: - you have notifications (move, resize, new, destroy) of windows - you can move/resize windows -> this...

https://github.com/koekeishiya/yabai/issues/193 might be another use case for adding additional layers to manage/swap spaces on multiple displays at the same time. Cause I want to focus on a topic which might...

WMII behavse the following way: maximize window -> make it float full screen The advantage is that if you need more windows eg when browsing you can cycle all floating...

Here are 2 references to illustrate that Window managegrs on Linux and Windows can be done, too. The question basically is whether we can / want to come up with...

Feels like VR/3d :-) But zooming in/out and hardware resources are not well defined eventually. But GPU rendering actually comes close because it only renders the pixels viewed. And VR...

You missed the point. Yabai already has native-fullscreen and fullscreen ``` alt - f : yabai -m window --toggle zoom-fullscreen alt + shift - f : yabai -m window --toggle...

https://github.com/MarcWeber/ubersicht-yabai-spaces This is an example why websockets would be one nice implementation. yabai --verbose | node node yabai-to-websocket.mjs, symlink dir to uebersicht .. The problem is how do I focus...

``` from OCP.GeomAbs import GeomAbs_JoinType from OCP.BRepOffsetAPI import BRepOffsetAPI_MakeOffset from OCP.TopoDS import ( TopoDS_Compound, TopoDS_Wire ) from build123d import ( Wire, ShapeList, Face, Sketch) from build123d.topology import downcast, Compound ```...

The channel's postgresql service eventually is missing -D trying master. A lot of services like mysql/postgresql/apache2 whatever share a lot with nixos especially the configuartion file constructions stuff. Is there...