XMonad multi monitor behaviour #68

Closed
opened 2026-01-05 14:48:03 +01:00 by adam · 3 comments
Owner

Originally created by @techlligence on GitHub (Dec 26, 2021).

Originally assigned to: @LGUG2Z on GitHub.

I would like to know if it's possible to mimic the multi monitor behaviour of xmonad using komorebi? I mimiced xmonads multi monitor behaviour on bspwm using the -swap flag and a custom script in bspwm. The -swap flag in bspwm essentially sends the focused tag (workspace) to a specific monitor. Is there anyway of doing this here ?

Originally created by @techlligence on GitHub (Dec 26, 2021). Originally assigned to: @LGUG2Z on GitHub. I would like to know if it's possible to mimic the multi monitor behaviour of xmonad using komorebi? I mimiced xmonads multi monitor behaviour on bspwm using the -swap flag and a custom script in bspwm. The -swap flag in bspwm essentially sends the focused tag (workspace) to a specific monitor. Is there anyway of doing this here ?
adam added the enhancement label 2026-01-05 14:48:03 +01:00
adam closed this issue 2026-01-05 14:48:03 +01:00
Author
Owner

@pigmej commented on GitHub (Dec 26, 2021):

send-to-monitor and move-to-monitor do what you described ;)

@pigmej commented on GitHub (Dec 26, 2021): `send-to-monitor` and `move-to-monitor` do what you described ;)
Author
Owner

@techlligence commented on GitHub (Dec 26, 2021):

Those commands send and move a window to a specific screen. What I am trying to do is completely swap workspaces between screens so that the workspace on one monitor is exchanged with the workspace on another monitor.

@techlligence commented on GitHub (Dec 26, 2021): Those commands send and move a window to a specific screen. What I am trying to do is completely swap workspaces between screens so that the workspace on one monitor is exchanged with the workspace on another monitor.
Author
Owner

@LGUG2Z commented on GitHub (Dec 31, 2021):

@techlligence I have pushed an implementation of the following command to a branch for you to try:

Move the focused workspace to the specified monitor

USAGE:
    komorebic.exe move-workspace-to-monitor <TARGET>

ARGS:
    <TARGET>    Target index (zero-indexed)

OPTIONS:
    -h, --help    Print help information
@LGUG2Z commented on GitHub (Dec 31, 2021): @techlligence I have pushed an implementation of the following command to a branch for you to try: ``` Move the focused workspace to the specified monitor USAGE: komorebic.exe move-workspace-to-monitor <TARGET> ARGS: <TARGET> Target index (zero-indexed) OPTIONS: -h, --help Print help information ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#68