-
|
Hello! I'm just starting to use jay, and I gotta say, I love the idea of using a dynamic library, very cool. I was wondering if there is a way to move and resize the floating windows by holding the mod key instead of reaching for the title bar :) if there isn't, could you please give pointers on how that could be implemented in jay (if it's ok to add)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This isn't supported at the moment. I'll have to think about how I would this to work. AIUI in sway and i3 this functionality is bound to a modifier. But Jay has a more sophisticated shortcut system so it might be better to add two new actions ( |
Beta Was this translation helpful? Give feedback.
-
|
This functionality has existed for a while now 🙂 You can resize and move windows using the same modifier key with: # ~/.config/jay/config.toml
window-management-key = "Super_L"
For future readers, you might find this helpful to get started: |
Beta Was this translation helpful? Give feedback.
This isn't supported at the moment.
I'll have to think about how I would this to work. AIUI in sway and i3 this functionality is bound to a modifier. But Jay has a more sophisticated shortcut system so it might be better to add two new actions (
enter_window_management_mode,exit_window_management_mode) and allow the user to execute them at any time. This could of course be bound to pressing and releasing the modifier key.