-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
I ❤️ scratchpad! #317
Comments
Just wondering, does it work the same with and without mod_sp loaded? Which functionalities of mod_sp does it implement, which ones does it replace? Does it bind to the same keys as mod_sp? |
right now I am only using mod_sp.is_scratchpad from the mod_sp module. thats easily done in lua as well. |
how does it work across multiple screens? do windows remember which scratchpad they came from in multi-monitor setups? Guess I'll have to read the source ;) |
I havn't tested it in multiscreen setup yet. But my implementation can be toggled with mod_sp as it creates WGroupWS the same way the mod_sp does. |
I just added my latest changes and removed the keybindings that where hardcoded to make it easier to load and configure. |
I haven't fully parsed what this script does but my old scripts https://github.com/raboof/notion/blob/master/contrib/scripts/named_scratchpad.lua and https://github.com/raboof/notion/blob/master/contrib/scripts/legacy/cwin_sp.lua (this one is unattributed somehow) sound like they do some of what you are going for here. I didn't do anything with menus or queries though because mine were intended to be bound to specific keystrokes as they were intended to be context-sensitive. But a menu/query might be a nice addition depending on usage. |
I have been playing around with scratchpads this weekend
https://gist.github.com/buhl/b9ee6b001cbf9e1389fd0ef7495aff6f
It's usable, but not done.
I would like to hear if there are some fellow-scratchpad-lovers out there who have some idea/thoughts on the module so far?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: