Hi.
I'm trying to figure out how to configure accessnthmonitor patch for suckless dwm window manager.
The patch has zero documentation and does not even give any example on how or what to add to config.h.
All the other patches i added where fairly straightforward.
I have a triple monitor setup with latest nvidia drivers.
1 horizontal monitor, 2 vertical monitors.
I get it, the source code is the documentation.
But i don't have the time to dig the entire xlib library just to figure this out on my own.
Sorry for noobie questions.
How do i keybind this?
What keybindings do i need to add to my config.h file?
according to first couple lines of patch
+ { ALTMOD, KEY, focusnthmon, {.i = TAG } }, \
+ { ALTMOD|ShiftMask, KEY, tagnthmon, {.i = TAG } },
okey, the patch added that to the config.def.h.
So then i need to add ALTMOD, XK_dot, focusHDMI-0mon?
I still don't get it.
Nvidia-settings says there is only X screen 0.
It doesnt use xinerama.
So i can't use focus1mon.
i can't figure out how to configure each screen to it's own number.
Never mind. Removed the patch.
The default dwm way of handling multi monitors is good enough.
Close thread.