diff options
Diffstat (limited to 'src/keybindings.c')
-rw-r--r-- | src/keybindings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keybindings.c b/src/keybindings.c index b128fdc..2f3e1a1 100644 --- a/src/keybindings.c +++ b/src/keybindings.c @@ -2013,6 +2013,7 @@ switch_to_workspace (MetaDisplay *display, { /* Removes window from other spaces */ meta_window_change_workspace (move_window, workspace); + meta_window_raise (move_window); } } |