mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
action: Implement shift to go backwards in OSD
Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
parent
d8a499deaa
commit
846ccb9eb9
4 changed files with 46 additions and 12 deletions
|
|
@ -46,7 +46,7 @@ action(struct server *server, const char *action, const char *command)
|
|||
view_snap_to_edge(desktop_focused_view(server), command);
|
||||
} else if (!strcasecmp(action, "NextWindow")) {
|
||||
server->cycle_view =
|
||||
desktop_cycle_view(server, server->cycle_view);
|
||||
desktop_cycle_view(server, server->cycle_view, LAB_CYCLE_DIR_NONE);
|
||||
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