A tiling window manager for macOS based on binary space partitioning
33 matches across 1 category. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | scripts/install.sh | 1 | #!/usr/bin/env sh |
| LOW | src/workspace.m | 41 | // :WorstApiEverMade |
| LOW | src/application.h | 1 | #ifndef APPLICATION_H |
| LOW | src/manifest.m | 1 | #include <objc/objc-runtime.h> |
| LOW | src/manifest.m | 21 | #include <dirent.h> |
| LOW | src/manifest.m | 41 | #include <pwd.h> |
| LOW | src/manifest.m | 61 | #include "osax/common.h" |
| LOW | src/manifest.m | 81 | #include "mission_control.c" |
| LOW | src/yabai.c | 1 | #define SA_SOCKET_PATH_FMT "/tmp/yabai-sa_%s.socket" |
| LOW | src/message.c | 21 | |
| LOW | src/message.c | 41 | #define COMMAND_CONFIG_BOTTOM_PADDING "bottom_padding" |
| LOW | src/message.c | 61 | #define ARGUMENT_CONFIG_DISPLAY_ORDER_X "horizontal" |
| LOW | src/message.c | 81 | #define ARGUMENT_CONFIG_MOUSE_MOD_CTRL "ctrl" |
| LOW | src/message.c | 101 | #define COMMAND_SPACE_CREATE "--create" |
| LOW | src/message.c | 121 | #define ARGUMENT_SPACE_TGL_PADDING "padding" |
| LOW | src/message.c | 141 | #define COMMAND_WINDOW_GRID "--grid" |
| LOW | src/message.c | 161 | #define ARGUMENT_WINDOW_MOVE "%255[^:]:%f:%f" |
| LOW | src/message.c | 181 | |
| LOW | src/message.c | 201 | #define ARGUMENT_RULE_KEY_ROLE "role" |
| LOW | src/message.c | 221 | #define COMMAND_SIGNAL_REM "--remove" |
| LOW | src/message.c | 241 | #define ARGUMENT_COMMON_SEL_LAST "last" |
| LOW | src/misc/service.h | 221 | // NOTE(asmvik): Service is not bootstrapped and could be disabled. |
| LOW | src/misc/timer.h | 141 | __attribute((cleanup(END_TIME_BLOCK))) struct time_block tb_##label;\ |
| LOW | src/misc/timer.h | 161 | #define TIME_BODY(label, c) c |
| LOW | src/misc/macros.h | 1 | #ifndef MACROS_H |
| LOW | src/misc/macros.h | 21 | |
| LOW | src/misc/macros.h | 41 | |
| LOW | src/misc/sbuffer.h | 1 | #ifndef SBUFFER_H |
| LOW | src/osax/loader.m | 1 | #include <Cocoa/Cocoa.h> |
| LOW | src/osax/common.h | 1 | #ifndef SA_COMMON_H |
| LOW | src/osax/payload.m | 1 | #include <Foundation/Foundation.h> |
| LOW | src/osax/payload.m | 21 | |
| LOW | src/osax/payload.m | 301 | NSLog(@"[yabai-sa] (0x%llx) dppm found at address 0x%llX (0x%llx)", baseaddr, dppm_offset, dppm_offset - baseadd |