mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
action: Switch to next window when pressing Alt-Tab once
In OpenBox (as in most other stacking window managers), pressing Alt-Tab once will cycle to the next window. This is especially convenient in workflows which require switching back and forth frequently between the two top windows.
This commit is contained in:
parent
2cb055b94a
commit
dddc4f5ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ action(struct view *activator, struct server *server, const char *action, const
|
|||
view_snap_to_edge(activator_or_focused_view(activator, server), command);
|
||||
} else if (!strcasecmp(action, "NextWindow")) {
|
||||
server->cycle_view =
|
||||
desktop_cycle_view(server, server->cycle_view, LAB_CYCLE_DIR_NONE);
|
||||
desktop_cycle_view(server, server->cycle_view, LAB_CYCLE_DIR_FORWARD);
|
||||
osd_update(server);
|
||||
} else if (!strcasecmp(action, "Reconfigure")) {
|
||||
spawn_async_no_shell("killall -SIGHUP labwc");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue