dwm accessnthmonitor need help nvidia 12 December 2024, 20:13:32 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?
Re: dwm accessnthmonitor need help nvidia Reply #1 – 12 December 2024, 21:33:47 according to first couple lines of patchCode: [Select]+ { ALTMOD, KEY, focusnthmon, {.i = TAG } }, \+ { ALTMOD|ShiftMask, KEY, tagnthmon, {.i = TAG } },
Re: dwm accessnthmonitor need help nvidia Reply #2 – 13 December 2024, 12:48:17 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.
Re: dwm accessnthmonitor need help nvidia Reply #3 – 13 December 2024, 13:05:57 Nvidia-settings says there is only X screen 0.It doesnt use xinerama.So i can't use focus1mon.
Re: dwm accessnthmonitor need help nvidia Reply #4 – 13 December 2024, 13:34:27 i can't figure out how to configure each screen to it's own number.
Re: dwm accessnthmonitor need help nvidia Reply #5 – 13 December 2024, 17:24:49 Never mind. Removed the patch.The default dwm way of handling multi monitors is good enough.Close thread.