swayfx/sway
Ragnar Groot Koerkamp 771cff23fb Fix #6299 Disable auto_back_and_forth for next_on_output
This forces no_auto_back_and_forth to true for `workspace
next_on_output` and `workspace prev_on_output` to keep parity with i3.
In i3, running next_on_output never changes focus to another output.
In Sway currently, with workspace_auto_back_and_forth set to yet,
running next_on_output on an output with only a single active workspace
will typically end up focussing the other output:
1. next_on_output focusses the current workspace, because it's the only
one
2. auto_back_and_forth focusses the last focussed workspace, because the
current workspace to focus is the current one. This will usually be on
the other monitor if the workspace there was last focussed.
2021-06-18 09:37:28 +02:00
..
commands Fix #6299 Disable auto_back_and_forth for next_on_output 2021-06-18 09:37:28 +02:00
config sway: restore SIGPIPE handler before exec:ing swaybar 2021-06-05 11:50:11 +02:00
desktop remove usage of wlr_texture_get_size 2021-05-17 10:48:54 +02:00
input Add tab dragging functionality 2021-05-06 00:24:55 -04:00
tree Iterate over subsurfaces below the parent surface 2021-06-03 14:06:29 +02:00
commands.c Fix for_window criteria and mouse button bindings 2021-02-25 09:48:39 -05:00
config.c cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
criteria.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c config: Fix swaybar pango_markup inconsistency 2021-06-03 14:18:23 +02:00
ipc-server.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
main.c main: removed vc4 detection code. 2021-04-29 18:04:34 +02:00
meson.build Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
server.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
sway-bar.5.scd Add support for workspace_min_width bar option. 2020-10-11 19:12:42 +02:00
sway-input.5.scd man: document input XXX map_to_output * 2021-02-25 09:38:00 -05:00
sway-ipc.7.scd Added scroll_factor input variable to ipc output 2021-05-05 19:50:15 +02:00
sway-output.5.scd fix typo in sway-output.5.scd 2021-06-13 17:22:33 +02:00
sway.1.scd man: update maintainer 2021-01-08 09:33:51 +01:00
sway.5.scd Change workspace_layout to match i3 behavior 2020-12-20 00:58:42 -05:00
swaynag.c Use execlp("sh") instead of execl("/bin/sh") 2021-04-22 23:12:49 +02:00
xdg_activation_v1.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
xdg_decoration.c Fix xdg-decoration unconfigured if set before first commit 2019-05-03 15:37:32 -06:00