[BUG]: Komorebi-bar hide_empty_workspaces position vs name #511

Closed
opened 2026-01-05 14:51:12 +01:00 by adam · 4 comments
Owner

Originally created by @nunix on GitHub (Nov 4, 2024).

Summary

I set hide_empty_workspaces to true for my Komorebi bar and I have the widgets displayed on the left.

One bug(?) I'm facing, is that while the workspaces' names are displayed correctly, when clicking on it, it will click on the worksplace at the position instead of named workspace.

Here's a short example:

  1. Workspace 1 & 3 have windows inside and are displayed in the komorebi bar widget
  2. Workspace 2 is empty, and isn't displayed in the komorebi bar widget
  3. If I click in Workspace 3, it will open Workspace 2 instead.

I'm not sure if this can be a quick fix or not but let me know if you need any further information.

As the bug is more inconvenient that hard blocking, feel free to categorize it as low/medium priority.

Thanks a lot for your work!

Version Information

Systeminfo:

OS Name:                       Microsoft Windows Server 2025 Standard
OS Version:                    10.0.26311 N/A Build 26311

Komorebi:

komorebic 0.1.30
tag:v0.1.30
commit_hash:9a3dbccc
build_time:2024-11-03 23:49:52 +00:00
build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc

Komorebi Configuration

komorebi.bar.json:

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.bar.json",
  "monitor": {
    "index": 0,
    "work_area_offset": {
      "left": 0,
      "top": 25,
      "right": 0,
      "bottom": 25
    }
  },
  "position": {
    "start": {
      "x": 0,
      "y": 0
    },
    "end": {
      "x": 2560,
      "y": 35
    }
  },
  "font_family": "3270 Nerd Font",
  "font_size": 16,
  "theme": {
    "palette": "Base16",
    "name": "Darkviolet",
    "accent": "Base04"
  },
  "left_widgets": [
    {
      "Komorebi": {
        "workspaces": {
          "enable": true,
          "hide_empty_workspaces": true
        },
        "layout": {
          "enable": true
        }
      }
    },
    {
      "Media": {
        "enable": true
      }
    }
  ],
  "right_widgets": [
    {
      "Storage": {
        "enable": true
      }
    },
    {
      "Cpu": {
        "enable": true
      }
    },
    {
      "Memory": {
        "enable": true
      }
    },
    {
      "Network": {
        "enable": true,
        "show_total_data_transmitted": false,
        "show_network_activity": false
      }
    },
    {
      "Date": {
        "enable": true,
        "format": "DayDateMonthYear"
      }
    },
    {
      "Time": {
        "enable": true,
        "format": "TwentyFourHour"
      }
    },
    {
      "Battery": {
        "enable": true
      }
    }
  ]
}

Hotkey Configuration

.shell powershell

Reload whkd configuration

alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd

alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell
alt + shift + o : komorebic reload-configuration

Apps shortcut

alt + return : wt
alt + k : komorebic stop --whkd --bar; komorebic start --whkd --bar --ffm

App shortcuts - these require shell to be pwsh / powershell

The apps will be focused if open, or launched if not open

alt + f : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox }

alt + b : if ($wshell.AppActivate('Chrome') -eq $False) { start chrome }

alt + q : komorebic close
alt + m : komorebic minimize

Focus windows

alt + left : komorebic focus left
alt + down : komorebic focus down
alt + up : komorebic focus up
alt + right : komorebic focus right
alt + shift + oem_4 : komorebic cycle-focus previous # oem_4 is [
alt + shift + oem_6 : komorebic cycle-focus next # oem_6 is ]

Move windows

alt + ctrl + left : komorebic move left
alt + ctrl + down : komorebic move down
alt + ctrl + up : komorebic move up
alt + ctrl + right : komorebic move right
alt + ctrl + return : komorebic promote

Stack windows

alt + shift + left : komorebic stack left
alt + shift + down : komorebic stack down
alt + shift + up : komorebic stack up
alt + shift + right : komorebic stack right
alt + oem_1 : komorebic unstack # oem_1 is ;
alt + oem_4 : komorebic cycle-stack previous # oem_4 is [
alt + oem_6 : komorebic cycle-stack next # oem_6 is ]

Resize

alt + oem_plus : komorebic resize-axis horizontal increase
alt + oem_minus : komorebic resize-axis horizontal decrease
alt + shift + oem_plus : komorebic resize-axis vertical increase
alt + shift + oem_minus : komorebic resize-axis vertical decrease

Manipulate windows

alt + t : komorebic toggle-float
alt + shift + f : komorebic toggle-monocle

Window manager options

alt + shift + r : komorebic retile
alt + p : komorebic toggle-pause

Layouts

alt + x : komorebic flip-layout horizontal
alt + y : komorebic flip-layout vertical

Workspaces

alt + 1 : komorebic focus-workspace 0
alt + 2 : komorebic focus-workspace 1
alt + 3 : komorebic focus-workspace 2
alt + 4 : komorebic focus-workspace 3
alt + 5 : komorebic focus-workspace 4
alt + 6 : komorebic focus-workspace 5
alt + 7 : komorebic focus-workspace 6
alt + 8 : komorebic focus-workspace 7

Move windows across workspaces

alt + ctrl + 1 : komorebic move-to-workspace 0
alt + ctrl + 2 : komorebic move-to-workspace 1
alt + ctrl + 3 : komorebic move-to-workspace 2
alt + ctrl + 4 : komorebic move-to-workspace 3
alt + ctrl + 5 : komorebic move-to-workspace 4
alt + ctrl + 6 : komorebic move-to-workspace 5
alt + ctrl + 7 : komorebic move-to-workspace 6
alt + ctrl + 8 : komorebic move-to-workspace 7
alt + ctrl + next : komorebic cycle-move-to-workspace next
alt + ctrl + prior : komorebic cycle-move-to-workspace previous

Cycle between workspaces

alt + next : komorebic cycle-workspace next
alt + prior : komorebic cycle-workspace previous
alt + oem_3 : komorebic focus-last-workspace # oem_3 is `

Output of komorebic check

KOMOREBI_CONFIG_HOME detected: C:\Users\nunix.config\komorebi

Looking for configuration files in C:\Users\nunix.config\komorebi

Found komorebi.json; this file can be passed to the start command with the --config flag

"focus_follows_mouse" is now end-of-life

End-of-life features will not receive any further bug fixes or updates; they should not be used

Found C:\Users\nunix.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag

Originally created by @nunix on GitHub (Nov 4, 2024). ### Summary I set `hide_empty_workspaces` to `true` for my Komorebi bar and I have the widgets displayed on the left. One bug(?) I'm facing, is that while the workspaces' names are displayed correctly, when clicking on it, it will click on the worksplace at the **position** instead of **named** workspace. Here's a short example: 1. Workspace 1 & 3 have windows inside and are displayed in the komorebi bar widget 2. Workspace 2 is empty, and isn't displayed in the komorebi bar widget 3. If I click in `Workspace 3`, it will open `Workspace 2` instead. I'm not sure if this can be a quick fix or not but let me know if you need any further information. As the bug is more inconvenient that hard blocking, feel free to categorize it as low/medium priority. Thanks a lot for your work! ### Version Information Systeminfo: ```shell OS Name: Microsoft Windows Server 2025 Standard OS Version: 10.0.26311 N/A Build 26311 ``` Komorebi: ```shell komorebic 0.1.30 tag:v0.1.30 commit_hash:9a3dbccc build_time:2024-11-03 23:49:52 +00:00 build_env:rustc 1.82.0 (f6e511eec 2024-10-15),stable-x86_64-pc-windows-msvc ``` ### Komorebi Configuration ```json komorebi.bar.json: { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.30/schema.bar.json", "monitor": { "index": 0, "work_area_offset": { "left": 0, "top": 25, "right": 0, "bottom": 25 } }, "position": { "start": { "x": 0, "y": 0 }, "end": { "x": 2560, "y": 35 } }, "font_family": "3270 Nerd Font", "font_size": 16, "theme": { "palette": "Base16", "name": "Darkviolet", "accent": "Base04" }, "left_widgets": [ { "Komorebi": { "workspaces": { "enable": true, "hide_empty_workspaces": true }, "layout": { "enable": true } } }, { "Media": { "enable": true } } ], "right_widgets": [ { "Storage": { "enable": true } }, { "Cpu": { "enable": true } }, { "Memory": { "enable": true } }, { "Network": { "enable": true, "show_total_data_transmitted": false, "show_network_activity": false } }, { "Date": { "enable": true, "format": "DayDateMonthYear" } }, { "Time": { "enable": true, "format": "TwentyFourHour" } }, { "Battery": { "enable": true } } ] } ``` ### Hotkey Configuration .shell powershell # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell alt + shift + o : komorebic reload-configuration # Apps shortcut alt + return : wt alt + k : komorebic stop --whkd --bar; komorebic start --whkd --bar --ffm # App shortcuts - these require shell to be pwsh / powershell # The apps will be focused if open, or launched if not open # alt + f : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox } # alt + b : if ($wshell.AppActivate('Chrome') -eq $False) { start chrome } alt + q : komorebic close alt + m : komorebic minimize # Focus windows alt + left : komorebic focus left alt + down : komorebic focus down alt + up : komorebic focus up alt + right : komorebic focus right alt + shift + oem_4 : komorebic cycle-focus previous # oem_4 is [ alt + shift + oem_6 : komorebic cycle-focus next # oem_6 is ] # Move windows alt + ctrl + left : komorebic move left alt + ctrl + down : komorebic move down alt + ctrl + up : komorebic move up alt + ctrl + right : komorebic move right alt + ctrl + return : komorebic promote # Stack windows alt + shift + left : komorebic stack left alt + shift + down : komorebic stack down alt + shift + up : komorebic stack up alt + shift + right : komorebic stack right alt + oem_1 : komorebic unstack # oem_1 is ; alt + oem_4 : komorebic cycle-stack previous # oem_4 is [ alt + oem_6 : komorebic cycle-stack next # oem_6 is ] # Resize alt + oem_plus : komorebic resize-axis horizontal increase alt + oem_minus : komorebic resize-axis horizontal decrease alt + shift + oem_plus : komorebic resize-axis vertical increase alt + shift + oem_minus : komorebic resize-axis vertical decrease # Manipulate windows alt + t : komorebic toggle-float alt + shift + f : komorebic toggle-monocle # Window manager options alt + shift + r : komorebic retile alt + p : komorebic toggle-pause # Layouts alt + x : komorebic flip-layout horizontal alt + y : komorebic flip-layout vertical # Workspaces alt + 1 : komorebic focus-workspace 0 alt + 2 : komorebic focus-workspace 1 alt + 3 : komorebic focus-workspace 2 alt + 4 : komorebic focus-workspace 3 alt + 5 : komorebic focus-workspace 4 alt + 6 : komorebic focus-workspace 5 alt + 7 : komorebic focus-workspace 6 alt + 8 : komorebic focus-workspace 7 # Move windows across workspaces alt + ctrl + 1 : komorebic move-to-workspace 0 alt + ctrl + 2 : komorebic move-to-workspace 1 alt + ctrl + 3 : komorebic move-to-workspace 2 alt + ctrl + 4 : komorebic move-to-workspace 3 alt + ctrl + 5 : komorebic move-to-workspace 4 alt + ctrl + 6 : komorebic move-to-workspace 5 alt + ctrl + 7 : komorebic move-to-workspace 6 alt + ctrl + 8 : komorebic move-to-workspace 7 alt + ctrl + next : komorebic cycle-move-to-workspace next alt + ctrl + prior : komorebic cycle-move-to-workspace previous # Cycle between workspaces alt + next : komorebic cycle-workspace next alt + prior : komorebic cycle-workspace previous alt + oem_3 : komorebic focus-last-workspace # oem_3 is ` ### Output of komorebic check KOMOREBI_CONFIG_HOME detected: C:\Users\nunix\.config\komorebi Looking for configuration files in C:\Users\nunix\.config\komorebi Found komorebi.json; this file can be passed to the start command with the --config flag "focus_follows_mouse" is now end-of-life End-of-life features will not receive any further bug fixes or updates; they should not be used Found C:\Users\nunix\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
adam added the bug label 2026-01-05 14:51:12 +01:00
adam closed this issue 2026-01-05 14:51:12 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Nov 4, 2024):

Thanks for reporting this very subtle bug with a clear repro! I'll take a look into this later this week and hopefully land a fix for the next nightly release on Saturday 🤞

@LGUG2Z commented on GitHub (Nov 4, 2024): Thanks for reporting this very subtle bug with a clear repro! I'll take a look into this later this week and hopefully land a fix for the next nightly release on Saturday 🤞
Author
Owner

@walkermalling commented on GitHub (Apr 5, 2025):

I just ran into this issue as well, with a fresh install this week.

Specifically, in the left group of the bar, in which the workspace and layout widgets display, any button right of the first hidden workspace button will have a mismatch between button label and button behavior.

Example (with config below, with numbered sequential workspaces): workspace 4 is the first empty workspace, thus workspace buttons 1, 2, and 3 work, but 8 and 9 do not; also, layout buttons activate different layouts than their icons suggest.

komorebic 0.1.35
tag:v0.1.35
commit_hash:992bc2ab
build_time:2025-03-22 17:41:57 +00:00
build_env:rustc 1.85.1 (4eb161250 2025-03-15),stable-x86_64-pc-windows-msvc

komorebi.bar.json

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.bar.json",
  "monitor": 0,
  "font_family": "JetBrains Mono",
  "theme": {
    "palette": "Base16",
    "name": "TokyoNightTerminalStorm",
    "accent": "Base0D"
  },
  "transparency_alpha": 100,
  "left_widgets": [
    {
      "Komorebi": {
        "workspaces": {
          "enable": true,
          "hide_empty_workspaces": false
        },
        "layout": {
          "enable": true
        }
      }
    }
  ],
  "center_widgets": [
    {
      "Time": {
        "enable": true,
        "format": "TwelveHourWithoutSeconds"
      }
    },
    {
      "Komorebi": {
        "focused_window": {
          "enable": true,
          "show_icon": true
        }
      }
    }
  ],
  "right_widgets": [
    {
      "Update": {
        "enable": true
      }
    },
    {
      "Media": {
        "enable": true
      }
    },
    {
      "Storage": {
        "enable": true
      }
    },
    {
      "Memory": {
        "enable": true
      }
    },
    {
      "Network": {
        "enable": true,
        "show_total_data_transmitted": true,
        "show_network_activity": true
      }
    },
    {
      "Date": {
        "enable": true,
        "format": "DayDateMonthYear"
      }
    }
  ]
}

komorebi.json

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.json",
  "app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
  "window_hiding_behaviour": "Cloak",
  "cross_monitor_move_behaviour": "Insert",
  "default_workspace_padding": 5,
  "default_container_padding": 5,
  "border": true,
  "border_width": 5,
  "border_offset": -2,
  "theme": {
    "palette": "Base16",
    "name": "TokyoNightTerminalStorm",
    "unfocused_border": "Base03",
    "bar_accent": "Base0D"
  },
  "stackbar": {
    "height": 30,
    "mode": "OnStack",
    "tabs": {
      "width": 300
    }
  },
  "monitors": [ 
    {
      "workspaces": [
        {
          "name": "1",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "2",
          "layout": "Grid"
        },
        {
          "name": "3",
          "layout": "UltrawideVerticalStack"
        },
         {
          "name": "4",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "5",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "6",
          "layout": "UltrawideVerticalStack"
        },
         {
          "name": "7",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "8",
          "layout": "UltrawideVerticalStack"
        },
        {
          "name": "9",
          "layout": "UltrawideVerticalStack"
        },
         {
          "name": "0",
          "layout": "UltrawideVerticalStack"
        }
      ]
    }
  ]
}

whkd

.shell powershell

# Reload whkd configuration
# alt + o               : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd
alt + o                 : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell
alt + shift + o         : komorebic reload-configuration

# App shortcuts - these require shell to be pwsh / powershell
# The apps will be focused if open, or launched if not open
# alt + f                 : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox }
# alt + b                 : if ($wshell.AppActivate('Chrome') -eq $False) { start chrome }

alt + q                 : komorebic close
alt + m                 : komorebic minimize

# Manipulate windows
alt + t                 : komorebic toggle-float
alt + shift + f         : komorebic toggle-monocle

# Window manager options
alt + shift + r         : komorebic retile
alt + p                 : komorebic toggle-pause

# Focus windows
alt + h                 : komorebic focus left
alt + j                 : komorebic focus down
alt + k                 : komorebic focus up
alt + l                 : komorebic focus right
# alt + shift + oem_4     : komorebic cycle-focus previous # oem_4 is [
# alt + shift + oem_6     : komorebic cycle-focus next # oem_6 is ]

# Move windows
alt + shift + h         : komorebic move left
alt + shift + j         : komorebic move down
alt + shift + k         : komorebic move up
alt + shift + l         : komorebic move right
alt + shift + return    : komorebic promote

# Stack windows
# alt + left              : komorebic stack left
# alt + down              : komorebic stack down
# alt + up                : komorebic stack up
# alt + right             : komorebic stack right
# alt + oem_1             : komorebic unstack # oem_1 is ;
# alt + oem_4             : komorebic cycle-stack previous # oem_4 is [
# alt + oem_6             : komorebic cycle-stack next # oem_6 is ]
alt + shift + oem_4 	   : komorebic stack left		
alt + shift + oem_6 	   : komorebic stack right 
alt + shift + u 	       : komorebic unstack
alt + oem_4 	       : komorebic cycle-stack previous
alt + oem_6 	       : komorebic cycle-stack next

# Resize
alt + oem_plus          : komorebic resize-axis horizontal increase
alt + oem_minus         : komorebic resize-axis horizontal decrease
alt + shift + oem_plus  : komorebic resize-axis vertical increase
alt + shift + oem_minus : komorebic resize-axis vertical decrease
# Layouts
# alt + x                 : komorebic flip-layout horizontal
# alt + y                 : komorebic flip-layout vertical

# Workspaces
alt + 1                 : komorebic focus-workspace 0
alt + 2                 : komorebic focus-workspace 1
alt + 3                 : komorebic focus-workspace 2
alt + 4                 : komorebic focus-workspace 3
alt + 5                 : komorebic focus-workspace 4
alt + 6                 : komorebic focus-workspace 5
alt + 7                 : komorebic focus-workspace 6
alt + 8                 : komorebic focus-workspace 7
alt + 9                 : komorebic focus-workspace 8
alt + 0                 : komorebic focus-workspace 9

# Move windows across workspaces
alt + shift + 1         : komorebic move-to-workspace 0
alt + shift + 2         : komorebic move-to-workspace 1
alt + shift + 3         : komorebic move-to-workspace 2
alt + shift + 4         : komorebic move-to-workspace 3
alt + shift + 5         : komorebic move-to-workspace 4
alt + shift + 6         : komorebic move-to-workspace 5
alt + shift + 7         : komorebic move-to-workspace 6
alt + shift + 8         : komorebic move-to-workspace 7
alt + shift + 9         : komorebic move-to-workspace 8
alt + shift + 0         : komorebic move-to-workspace 9

@walkermalling commented on GitHub (Apr 5, 2025): I just ran into this issue as well, with a fresh install this week. Specifically, in the left group of the bar, in which the workspace and layout widgets display, any button right of the first hidden workspace button will have a mismatch between button label and button behavior. Example (with config below, with numbered sequential workspaces): workspace 4 is the first empty workspace, thus workspace buttons 1, 2, and 3 work, but 8 and 9 do not; also, layout buttons activate different layouts than their icons suggest. ```` komorebic 0.1.35 tag:v0.1.35 commit_hash:992bc2ab build_time:2025-03-22 17:41:57 +00:00 build_env:rustc 1.85.1 (4eb161250 2025-03-15),stable-x86_64-pc-windows-msvc ```` komorebi.bar.json ````json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.bar.json", "monitor": 0, "font_family": "JetBrains Mono", "theme": { "palette": "Base16", "name": "TokyoNightTerminalStorm", "accent": "Base0D" }, "transparency_alpha": 100, "left_widgets": [ { "Komorebi": { "workspaces": { "enable": true, "hide_empty_workspaces": false }, "layout": { "enable": true } } } ], "center_widgets": [ { "Time": { "enable": true, "format": "TwelveHourWithoutSeconds" } }, { "Komorebi": { "focused_window": { "enable": true, "show_icon": true } } } ], "right_widgets": [ { "Update": { "enable": true } }, { "Media": { "enable": true } }, { "Storage": { "enable": true } }, { "Memory": { "enable": true } }, { "Network": { "enable": true, "show_total_data_transmitted": true, "show_network_activity": true } }, { "Date": { "enable": true, "format": "DayDateMonthYear" } } ] } ```` komorebi.json ````json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 5, "default_container_padding": 5, "border": true, "border_width": 5, "border_offset": -2, "theme": { "palette": "Base16", "name": "TokyoNightTerminalStorm", "unfocused_border": "Base03", "bar_accent": "Base0D" }, "stackbar": { "height": 30, "mode": "OnStack", "tabs": { "width": 300 } }, "monitors": [ { "workspaces": [ { "name": "1", "layout": "UltrawideVerticalStack" }, { "name": "2", "layout": "Grid" }, { "name": "3", "layout": "UltrawideVerticalStack" }, { "name": "4", "layout": "UltrawideVerticalStack" }, { "name": "5", "layout": "UltrawideVerticalStack" }, { "name": "6", "layout": "UltrawideVerticalStack" }, { "name": "7", "layout": "UltrawideVerticalStack" }, { "name": "8", "layout": "UltrawideVerticalStack" }, { "name": "9", "layout": "UltrawideVerticalStack" }, { "name": "0", "layout": "UltrawideVerticalStack" } ] } ] } ```` whkd ````make .shell powershell # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell alt + shift + o : komorebic reload-configuration # App shortcuts - these require shell to be pwsh / powershell # The apps will be focused if open, or launched if not open # alt + f : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox } # alt + b : if ($wshell.AppActivate('Chrome') -eq $False) { start chrome } alt + q : komorebic close alt + m : komorebic minimize # Manipulate windows alt + t : komorebic toggle-float alt + shift + f : komorebic toggle-monocle # Window manager options alt + shift + r : komorebic retile alt + p : komorebic toggle-pause # Focus windows alt + h : komorebic focus left alt + j : komorebic focus down alt + k : komorebic focus up alt + l : komorebic focus right # alt + shift + oem_4 : komorebic cycle-focus previous # oem_4 is [ # alt + shift + oem_6 : komorebic cycle-focus next # oem_6 is ] # Move windows alt + shift + h : komorebic move left alt + shift + j : komorebic move down alt + shift + k : komorebic move up alt + shift + l : komorebic move right alt + shift + return : komorebic promote # Stack windows # alt + left : komorebic stack left # alt + down : komorebic stack down # alt + up : komorebic stack up # alt + right : komorebic stack right # alt + oem_1 : komorebic unstack # oem_1 is ; # alt + oem_4 : komorebic cycle-stack previous # oem_4 is [ # alt + oem_6 : komorebic cycle-stack next # oem_6 is ] alt + shift + oem_4 : komorebic stack left alt + shift + oem_6 : komorebic stack right alt + shift + u : komorebic unstack alt + oem_4 : komorebic cycle-stack previous alt + oem_6 : komorebic cycle-stack next # Resize alt + oem_plus : komorebic resize-axis horizontal increase alt + oem_minus : komorebic resize-axis horizontal decrease alt + shift + oem_plus : komorebic resize-axis vertical increase alt + shift + oem_minus : komorebic resize-axis vertical decrease # Layouts # alt + x : komorebic flip-layout horizontal # alt + y : komorebic flip-layout vertical # Workspaces alt + 1 : komorebic focus-workspace 0 alt + 2 : komorebic focus-workspace 1 alt + 3 : komorebic focus-workspace 2 alt + 4 : komorebic focus-workspace 3 alt + 5 : komorebic focus-workspace 4 alt + 6 : komorebic focus-workspace 5 alt + 7 : komorebic focus-workspace 6 alt + 8 : komorebic focus-workspace 7 alt + 9 : komorebic focus-workspace 8 alt + 0 : komorebic focus-workspace 9 # Move windows across workspaces alt + shift + 1 : komorebic move-to-workspace 0 alt + shift + 2 : komorebic move-to-workspace 1 alt + shift + 3 : komorebic move-to-workspace 2 alt + shift + 4 : komorebic move-to-workspace 3 alt + shift + 5 : komorebic move-to-workspace 4 alt + shift + 6 : komorebic move-to-workspace 5 alt + shift + 7 : komorebic move-to-workspace 6 alt + shift + 8 : komorebic move-to-workspace 7 alt + shift + 9 : komorebic move-to-workspace 8 alt + shift + 0 : komorebic move-to-workspace 9 ````
Author
Owner

@LGUG2Z commented on GitHub (Apr 5, 2025):

@walkermalling this was fixed on master earlier this week 🎉 it will be in the next nightly tagged release tomorrow evening

@LGUG2Z commented on GitHub (Apr 5, 2025): @walkermalling this was fixed on master earlier this week 🎉 it will be in the next nightly tagged release tomorrow evening
Author
Owner

@walkermalling commented on GitHub (Apr 5, 2025):

@LGUG2Z thanks! Sorry I missed that the fix was already in the pipeline, seemed like it might have been a regression.

@walkermalling commented on GitHub (Apr 5, 2025): @LGUG2Z thanks! Sorry I missed that the fix was already in the pipeline, seemed like it might have been a regression.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#511