mark-cooke
mark-cooke
Thank you for cortile. I've been using it for a few days now and I like it. As mentioned in Issue #3, the EWMH protocol may not help directly but......
What was *intended* to be a fairly small PR, to include the script folder in Lua's package search path, ended up getting a little more _involved_: Lua tries to only...
Add `get_workspaces()` lua function to get the currently known workspaces, which returns 2 tables listing currently known workspaces (by Name and by ID). Includes modifications to the README.md and optimistic...
Add `get_active_workspace()` lua function which returns index and name of the active workspace. As the active workspace isn't directly accessible from wnck it's obtained via the current window's screen. Includes...
Add `get_window_workspace()` script function which returns 2 values denoting the workspace that the current window is on (Index and Name) Includes a small fix to avoid a no-op in the...
Add `get_is_window_minimised()` and "ized" version. Includes modifications to the README.md and optimistic mention of availability from v0.46 @dsalt This is one of a total of 5 PRs so I'm sorry...
Hi @leukipp - Happy New Year! A PR for a small change to improve performance. The regexes for class and name were compiled _every time_ a window was checked if...
Hi there @leukipp - Happy New Year! - I'd appreciate it if you'd accept all, or at least part of, this PR! When starting up from a saved Desktop session:...