mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
XMonad multi monitor behaviour #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: