#1700·komorebi

[BUG]: 指令的聚焦和循环聚焦行为不同

作者: marcinbjorn创建于 2026年4月25日更新于 2026年6月24日
标签bug
json
{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/master/schema.json",
  "app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 2,
  "default_container_padding": 3,
  "focus_follows_mouse": "Komorebi",
  "mouse_follows_focus": true,
  "transparency": false,
  "transparency_alpha": 225,
  "animation": {
    "enabled": false,
    "duration": 100,
    "style": "EaseInQuad",
    "fps": 120
  },
  "border": true,
  "border_implementation": "Komorebi",
  "border_style": "Rounded",
  "border_width": 3,
  "border_offset": -1,
  "border_colours": {
    "single": "#fa2a2a",
    "stack": "#a6e3a1",
    "monocle": "#f38ba8",
    "unfocused": "#10151D"
  },
  "stackbar": {
    "mode": "Never"
  },
  "float_rules": [
	{
		"kind": "Title",
		"id": "Endian Connect App",
		"matching_strategy": "StartsWith"
	}
  ],
  "monitors": [
    {
      "workspaces": [
        {
            "name": "I",
            "layout": "BSP"
          },
          {
            "name": "II",
            "layout": "Grid",
            "ensure-workspaces": "1"
          },
          {
            "name": "III",
            "layout": "BSP",
            "ensure-workspaces": "1"
          }
      ]
    },   {
      "workspaces": [
        {
            "name": "I",
            "layout": "BSP"
          },
          {
            "name": "II",
            "layout": "Grid",

内容来源: LGUG2Z/komorebi