Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Monitors - Sync Tags #178

Open
W3ap0n-X opened this issue May 11, 2018 · 1 comment
Open

Multiple Monitors - Sync Tags #178

W3ap0n-X opened this issue May 11, 2018 · 1 comment

Comments

@W3ap0n-X
Copy link

Hey there,

Just started using this and it is fantastic, there is a few things I want to get figured out to help customize it for multiple monitor use. So far there is very few glitches but one thing that gets me every time is that there is 9 tags on my left screen and 9 tags on my right screen and it hasn't totally become clear which one will be activated when I go to switch workspaces. I tried to enable the sync monitor option but it still randomly decides to activate the second monitor.

I'm OK with AHK but some of this is pretty next level which is cool. What I wanted to see is if there is a way to only have one set of tags for both monitors OR if there is a way to separate the hotkeys for each monitor so that a specific set of hotkeys, for example: #Numpad1 specifically activates monitor 1 then sends the command to go to Tag 1. Does anyone in here have a good trick for either of those?

Ultimately my second monitor doesn't need the additional workspaces, 9 in total is great.

Keep up the amazing work!
-WeaponX

@joten
Copy link
Collaborator

joten commented May 13, 2018

Beside the active view bug.n tracks the active monitor mostly by following the active window; you may set the active monitor by using the hotkeys Win, and Win..

Config_syncMonitorViews only activates the same view on all monitors simultaniously, but does not set the active monitor.

a way to separate the hotkeys for each monitor

Have a look at issue #151 and #136; perhaps the following does give a hint:

LWin & 3::
  Manager_activateMonitor(1)
  Monitor_activateView(3)
Return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants