1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 13:11:29 +02:00
sway/include
Ryan Dwyer 5653fc754b Deny moving a sticky container to workspace if it's the same output
Rationale: Sticky containers are always assigned to the visible
workspace.

The basic idea here is to check the destination's output (move.c:190).
But if the command was `move container to workspace x` then a workspace
might have been created for it. We could destroy the workspace in this
case, but that results in unnecessary IPC events.

To avoid this, the logic for `move container to workspace x` has been
adjusted. It now delays creating the workspace until the end, and uses
`workspace_get_initial_output` to determine and check the output before
creating it.
2018-08-08 12:50:42 +10:00
..
sway Deny moving a sticky container to workspace if it's the same output 2018-08-08 12:50:42 +10:00
swaybar swaybar: Fix scroll handling on workspace buttons 2018-07-19 21:15:01 +02:00
swaylock Implement swaylock customization flags 2018-07-10 21:29:15 -04:00
swaynag swaynag: address some more of sircmpwn's comments 2018-08-01 22:47:54 -04:00
background-image.h
cairo.h
ipc-client.h
ipc.h ipc: remove extraneous values 2018-08-01 16:57:15 +01:00
list.h Move floating windows to front when focused 2018-07-11 19:50:02 +10:00
log.h Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
meson.build
pango.h
pool-buffer.h
readline.h Address emersion's feedback on peek_line 2018-06-02 08:07:44 -04:00
stringop.h
unicode.h
util.h util.h: add missing include 2018-07-30 15:21:52 +01:00