Is paperwm jittery for everyone?
Still wouldn't work without it though (I run Niri at home)
91–100 of 154 posts
Is paperwm jittery for everyone?
Still wouldn't work without it though (I run Niri at home)
Some stuff I've made in Hammerspoon you can use: - Vim mode everywhere in macOS: https://github.com/dbalatero/VimMode.spoon - Modifier keys + click/drag to resize or move windows: https://github.com/dbalatero/SkyRocket.spoon - Show an overlay helper of all your keybinds when you hold modifier keys down: https://github.com/dbalatero/HyperKey.spoon And my huge pile of random scripts/configs: https://github.com/dbalater…
Earlier quoted context omitted.
Well, a tiling window and workspace manager. But as I am typing this, I’m realizing they hammerspoon can probably do some of the window placement, but maybe not handling workspaces and global state. I was hoping I could be lazy and ask, and a not-lazy person could give a ready made answer :)
If workspace management is an another term for managing desktop/spaces, then you are going to be hard pressed to find anything that is not a brittle hack. I am writing a window manager bundled with other knick-knacks for myself. I have a "solution" for moving windows between spaces, but in the most vile way possible. The only way I have managed to move windows between spaces is by, and this is no joke, recording the…
Earlier quoted context omitted.
If workspace management is an another term for managing desktop/spaces, then you are going to be hard pressed to find anything that is not a brittle hack. I am writing a window manager bundled with other knick-knacks for myself. I have a "solution" for moving windows between spaces, but in the most vile way possible. The only way I have managed to move windows between spaces is by, and this is no joke, recording the…
Sadly, I think you’re right. Aerospace is pretty cool, i recommend it, but I have not really worked out how full screen interacts with spaces. It’s a mess with and without aerospace.
I despair at not being able to easily send a window to another space with a keyboard shortcut on macOS. Yabai supports this perfectly (especially combined with instant, animation-free space switching) but it requires disabling system integrity protection--which is a non-starter on a work computer. Aerospace solves it with their own spaces implementation. I was able to put together a hammerspoon script that does the j…
Earlier quoted context omitted.
What do you mean? Like muting the entire application so no sound comes from Teams or muting yourself while on a call? For the latter, I thought 'Option + Space' worked (or used to)?
Cmd+Shift+m mutes/un-mutes your Mic when focus is on teams window. I think GP is asking about a global (from any application) mute/unmute teams Mic. I have wished for one for ever.
Is completely muting your mic sufficient? If so, I have an Applescript solution that seems to work if you want it. I tested it in VoiceMemos and it worked even if I was in a different app in a different space. You can bind the script to a global hotkey very easily via many different apps like Alfred, Karabiner, etc..
AppleScript: https://pastebin.com/xHE1uQym
It uses a swipe gesture detection spoon I found after searching for something similar[1].
Hammerspoon maintainer here - I'm enjoying reading all the comments, and hoping that everyone isn't going to be annoyed that I'm mostly working on a v2 atm, which switches from Lua to JavaScript :D
What will v2 enable??