私の[[🦉JINRAI]]の設定。 | 対象 | バージョン | | ------------ | ------ | | [[🦉JINRAI]] | 0.10.0 | `~/.config/jinrai/config.jsonc` ```lua { "$schema": "//Users/tadashi-aikawa/git/github.com/tadashi-aikawa/jinrai/docs/docs/schemas/config.schema.json", "displayAliases": { "ultrawide": "BE98B626-FF4E-47A3-9D0E-A741818FD269", "macbook": "37D8832A-2D66-02CA-B9F7-8F30A301B230", "tall": "F7E6F84B-8DAD-424B-92F3-D5043484057C", }, "focusBorder": {}, "focusBack": { "hotkey": { "modifiers": ["option"], "key": "w", }, }, "windowLayouts": { "hotkey": { "modifiers": ["shift", "alt"], "key": "l" }, "layouts": [ { "name": "All fullscreen", "description": "すべてのウィンドウを最大化する", "unlistedWindows": { "area": "full" }, }, { "name": "Terminal main", "description": "ターミナルをメインに配置したレイアウト", "windows": [ { "screen": "ultrawide", "area": "twoThirdsHorizontalCenter", "bundleID": "com.mitchellh.ghostty", "titleGlob": "herdr", "launch": true, "focus": true, }, { "screen": "macbook", "area": "full", "bundleID": "md.obsidian", "titleGlob": "*- minerva - Obsidian*", "launch": true, }, { "screen": "tall", "area": "halfTop", "bundleID": "com.google.Chrome", "titleGlob": "*YouTube*", }, { "screen": "tall", "area": "halfBottom", "bundleID": "com.tinyspeck.slackmacgap", }, ], }, { "name": "Obsidian main", "description": "Obsidianをメインに配置したレイアウト", "windows": [ { "screen": "ultrawide", "area": "twoThirdsHorizontalCenter", "bundleID": "md.obsidian", "titleGlob": "*- minerva - Obsidian*", "focus": true, }, { "screen": "macbook", "area": "full", "bundleID": "com.mitchellh.ghostty", "titleGlob": "herdr", "launch": true, }, { "screen": "tall", "area": "halfTop", "bundleID": "com.google.Chrome", "titleGlob": "*YouTube*", }, { "screen": "tall", "area": "halfBottom", "bundleID": "com.tinyspeck.slackmacgap", }, ], }, { "name": "Demo", "description": "動画用のデモレイアウト", "windows": [ { "screen": "macbook", "area": "twoThirdsHorizontalCenter", "bundleID": "com.mitchellh.ghostty", "titleGlob": "herdr", "launch": true, "focus": true, }, { "screen": "macbook", "area": "halfLeft", "bundleID": "com.google.Chrome", "titleGlob": "*YouTube*", }, { "screen": "macbook", "area": "halfRight", "bundleID": "md.obsidian", "titleGlob": "*- minerva - Obsidian*", "launch": true, }, ], }, ], }, "windowHints": { "hotkey": { "modifiers": ["alt"], "key": "f20", }, "hint": { "prefixOverrides": [ { "match": { "bundleID": "md.obsidian", "titleGlob": "*- minerva - Obsidian*", }, "prefix": "M", }, { "match": { "bundleID": "com.google.Chrome" }, "prefix": "E", }, { "match": { "bundleID": "com.mitchellh.ghostty", "titleGlob": "herdr", }, "prefix": "R", }, ], }, "navigation": { "focusBack": { "key": "w" }, "direction": { "hints": { "keys": { "left": "h", "down": "j", "up": "k", "right": "l", "upLeft": "u", "upRight": "o", }, }, "scoring": { "preferredVisibleRatio": 0.25, }, }, "spaces": { "prev": { "key": "," }, "next": { "key": "." }, }, "areaHints": { "key": "space" }, "applicationHints": { "key": "n", "jinraiMode": true }, "windowLayouts": { "key": "p", "jinraiMode": true }, }, "behavior": { "selection": { "swapWindowFrame": { "modifiers": ["shift"] }, }, }, }, "windowMover": { "behavior": { "cycle": { "horizontalRatios": [ 0.5, 0.6666666666666666, 0.75, 0.3333333333333333, 0.25, ], "verticalRatios": [ 0.5, 0.6666666666666666, 0.75, 0.3333333333333333, 0.25, ], }, }, "commands": { "moveToNextDisplay": { "hotkey": { "modifiers": ["cmd", "alt", "ctrl", "shift"], "key": "t" }, }, "moveToActiveDisplayFreeArea": { "hotkey": { "modifiers": ["cmd", "alt", "ctrl", "shift"], "key": "a" }, }, "maximizeWindow": { "hotkey": { "modifiers": ["ctrl", "alt"], "key": "return" }, }, "cycleLeft": { "hotkey": { "modifiers": ["ctrl", "alt"], "key": "left" }, }, "cycleHorizontalCenter": { "hotkey": { "modifiers": ["ctrl", "alt"], "key": "c" }, }, "cycleRight": { "hotkey": { "modifiers": ["ctrl", "alt"], "key": "right" }, }, "cycleVerticalCenter": { "hotkey": { "modifiers": ["ctrl", "alt"], "key": "v" }, }, "quarterLeft": { "hotkey": { "modifiers": ["ctrl", "alt", "shift"], "key": "left" }, }, "quarterRight": { "hotkey": { "modifiers": ["ctrl", "alt", "shift"], "key": "right" }, }, }, }, "areaHints": { "jinraiMode": { "hotkey": { "modifiers": ["ctrl", "shift"], "key": "s" }, }, "actions": { "closeWindow": "x", "minimizeWindow": "m", "quitApplication": "q", "maximizeWindow": "f", "detachChromeTabToNewWindow": "n", }, "navigation": { "windowHints": { "key": "space" }, }, "screens": { "macbook": { "1": { "full": "kd", "halfLeft": "kw", "halfRight": "ko", "freeArea": "kf", "1280x720Center": "kg", }, "default": { "full": "jd", "halfLeft": "jw", "halfRight": "jo", "freeArea": "jf", "1280x720Center": "jg", }, }, "ultrawide": { "full": "kd", "halfLeft": "kw", "halfHorizontalCenter": "kk", "halfRight": "ko", "thirdLeft": "ks", "thirdHorizontalCenter": "kj", "thirdRight": "kl", "quarterLeft": "ka", "quarterRight": "k;", "twoThirdsHorizontalCenter": "ke", "freeArea": "kf", "1920x1080Center": "kg", }, "tall": { "full": "ld", "halfTop": "lk", "halfBottom": "lj", "freeArea": "lf", }, }, }, "applicationHints": { "appearance": { "columns": 4 }, "apps": [ { "bundleID": "com.mitchellh.ghostty", "key": "G", "newWindow": { "hotkey": { "modifiers": ["ctrl"], "key": "n" } }, }, { "bundleID": "com.google.Chrome", "key": "E" }, { "bundleID": "com.tinyspeck.slackmacgap", "key": "S" }, { "bundleID": "md.obsidian", "key": "OV", "name": "Various Complements", "newWindow": { "url": "obsidian://open?path=/Users/tadashi-aikawa/git/github.com/tadashi-aikawa/docs-obsidian-various-complements-plugin/docs", }, }, ], }, "jinraiMode": { "triggers": { "windowHints": { "key": "return" }, "applicationHints": { "key": "return" }, "areaHints": { "key": "return" }, }, "logo": { "enabled": true, }, "combo": { "character": { "enabled": true, }, "text": { "enabled": true, }, }, }, } ```