mike
mike
Honestly, I thought about this some more along with a related feature of "move focused window to workspace in next monitor" as if it was a large composite workspace, but...
I thought about this a little bit while I was working on the appbar/titlebar and thought an approach would be to separate what update_config does into conditions, actions and "post-actions"...
I setup a french keyboard on my windows machine to check this out and while I don't have a solution, I might have a workaround. Pressing AltGr does register to...
Not sure how anyone else feels about this but I actually do use my left and right alt keys in nog keybindings. I made a draft commit [here](https://github.com/TimUntersberger/nog/pull/224/commits/50fc29505317556ad66a67ad8ba25f3b2ed27d9b) that adds...
>Also it enabled firefox to be handled correctly which wasn't the case before that (not sure why). @Sahnvour I believe the latest development release uses config.ns (the new nogscript syntax)...
> It works fine if I remove the following line: > > ``` > nog.bind_arr("Alt+Control", nog.workspace.move_to_monitor, range(workspace_count)) > ``` > > For now, I don't mind this workaround as I...
I think I know what you mean, it feels like a missing workspace refresh. It's not as noticeable when working with one screen. Similar scenarios include: 1. multiple monitors, fullscreen...
I think it's a simple fix but I'm not 100% sure what needs to be fixed. My interpretation of the issue is that it's related to switching focus between monitors/handling...
hey @keepitsane, I made some changes [here](https://github.com/TimUntersberger/nog/releases/tag/redraw-release) that might resolve the issue you're seeing if it's what I think it is? I want to change one thing still, but if...
I made one more additional change to address this >multiple monitors, fullscreen an app on one workspace and then move the workspace to another monitor. The remaining, non-fullscreened apps will...