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 ?
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.
@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
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 ?
@pigmej commented on GitHub (Dec 26, 2021):
send-to-monitorandmove-to-monitordo what you described ;)@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.
@LGUG2Z commented on GitHub (Dec 31, 2021):
@techlligence I have pushed an implementation of the following command to a branch for you to try: