Martin Weber

Results 4 comments of Martin Weber

Also endorsing this one. In yabai I am using space specific padding to achieve this, so maybe that could be a possible solution without restricting window sizes etc?

My current setup on an ultrawide: ``` 1 work: docs/terminal | code | localhost 2 leisure: (gap) | browser | (gap) 3 focused work: (gap) | browser | code |...

Sorry, to clarify I am using the Android Virtual Device standalone, not within the Android Studio editor. Android Studio Ladybug | 2024.2.1 Patch 3 Build #AI-242.23339.11.2421.12700392, built on November 22,...

It works for me with these keybindings: ```json { "key": "ctrl+q","command": "aichat.newfollowupaction", "when": "editorFocus" }, { "key": "ctrl+q", "command": "workbench.action.toggleAuxiliaryBar", } ```