mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[amiwm] Implement a keyboard shortcut to move a client to a different screen
This allows a keyboard shortcut to move a client to a different amiwm screen. That way when you have things like Firefox restart every window in a single screen, you can quickly move screens to where they should be.
This commit is contained in:
@@ -44,6 +44,7 @@ int parse_keyword(char *str, YYSTYPE *val)
|
||||
{ "lowerwindow", (mdfuncp)md_rotate_window_lower },
|
||||
{ "raisewindow", (mdfuncp)md_rotate_window_raise },
|
||||
{ "rotatescreens", (mdfuncp)k_rotscreens },
|
||||
{ "rotatewindow", (mdfuncp)md_rotate_window_desktop },
|
||||
};
|
||||
#define N_FUNC (sizeof(functab)/sizeof(functab[0]))
|
||||
struct { char *name; int token, num; } kwtab[] = {
|
||||
|
||||
Reference in New Issue
Block a user