S. Christoffer Eliesen
2d0f78c0d6
workspace: Learn sticky.
...
A floating window that's sticky will move to the new active workspace
whenever the workspace on the same output changes.
2015-11-27 17:58:10 +01:00
S. Christoffer Eliesen
0a78af0acc
workspace: Improve workspace_next_name.
...
This function looks for bound commands that start with `workspace` (ie.
the commands that change to a static workspace) and fetches the
workspace name.
However, if it's actually a list of commands, then the parsing will pick
up the delimiter ("," or ";") and also fail to recognize keywords
("next" etc).
This patch fixes that by properly separating with delimiters.
2015-11-27 17:30:05 +01:00
taiyu
65d71d0a5e
put ipc_event_workspace in update_focus
2015-11-02 11:28:51 -08:00
minus
9925554ea4
implemented IPC subscribe for workspace event
2015-10-27 21:59:17 +01:00
S. Christoffer Eliesen
c1479701de
seamless_mouse: Move pointer only if successfully changed workspace.
...
If e.g. a window has a popup open then that will lock the current focus,
making a workspace switch denied.
So don't move the mouse pointer in such cases.
2015-10-23 16:35:48 +02:00
Drew DeVault
318e1be240
Fix warnings introduced by prior commit
2015-09-18 07:27:35 -04:00
Drew DeVault
e505abfe75
Revert "new_workspace null behavior + testmap functions + regex"
...
This reverts commit e1d18e42a8
.
Fixes #180
cc @taiyu-len
2015-09-13 19:46:16 -04:00
taiyu
e1d18e42a8
new_workspace null behavior + testmap functions + regex
2015-09-12 02:38:03 -07:00
taiyu
aaa0923bc4
cmd status + workspace ws output op
2015-09-10 11:07:40 -07:00
taiyu
972748e674
cleaned up leaky prev_workspace_name
2015-09-01 09:02:26 -07:00
Luminarys
12e96f0f9e
Added in workspace_auto_back_and_forth
2015-08-30 21:34:24 -05:00
Luminarys
fe2ec8a676
Added in workspace back_and_forth
2015-08-30 19:59:14 -05:00
minus
e854a54e96
changed workspace_{outout_,}{next,prev} to return workspace
...
so it can be reused for "move container to workspace next"
2015-08-25 19:00:20 +02:00
minus
1efda79bf2
refactored workspace_next/prev
2015-08-25 15:17:18 +02:00
taiyu
c8415d7fef
split_string memory leaks cleanedup
2015-08-23 19:09:18 -07:00
taiyu
1a1ac64662
bugfixes, renames
2015-08-21 10:28:37 -07:00
taiyu
36e07e9ebc
find_parent_by_type
2015-08-20 09:52:54 -07:00
taiyu
f5fde7c45c
style
2015-08-20 05:06:22 -07:00
taiyu
a31f23f90c
fixed active_workspace update on focus change
2015-08-19 15:22:55 -07:00
Drew DeVault
8fb2e7e34e
Merge pull request #79 from taiyu-len/master
...
fixed floating_modifier related things
2015-08-19 07:14:03 -04:00
Syed Amer Gilani
95517ac77e
fix a few possible memory leaks
2015-08-19 11:27:48 +02:00
taiyu
c5a6982893
fixed some more bugs, moved layout_log into log.ch, restored focus_parent
2015-08-19 01:06:15 -07:00
Luminarys
774e594714
Fixed full screen workspace switch focusing
2015-08-18 21:41:16 -05:00
taiyu
03e83c7ef9
restored fullscreen/focus behavior
2015-08-18 11:22:52 -07:00
Drew DeVault
a64b10df83
Fix switching between focused outputs
2015-08-18 08:30:21 -04:00
taiyu
11321ca2dd
changed handling of focus, handling of view by type
2015-08-18 00:28:44 -07:00
Luminarys
05f969074e
Added in basic floating toggling
2015-08-17 00:38:34 -05:00
Drew DeVault
be2635daa6
Fix format warnings
2015-08-16 22:16:09 -04:00
taiyu
f1d5305dc6
fix
2015-08-16 19:06:31 -07:00
taiyu
4077238782
sends hidden views to back, visible view to front
2015-08-16 18:59:12 -07:00
Luminarys
0a0fe18fd6
Added in workspace next/prev and workspace output_next/prev
2015-08-16 14:50:01 -05:00
Drew DeVault
ae536c21d3
Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."
2015-08-16 08:10:56 -04:00
taiyu
083d1eed1f
fixed 2 small memory leaks & adds format attribute to log.
2015-08-15 21:21:20 -07:00
Luminarys
469579835b
Fixed output focusing for workspace switch
2015-08-15 15:15:25 -05:00
Drew DeVault
7f9ed880b0
Rename variable in workspace.c
2015-08-15 16:08:13 -04:00
Drew DeVault
f606508bcc
Fix switching focus between outputs
2015-08-15 16:03:45 -04:00
Luminarys
9b0196e7ed
Style fixes
2015-08-15 14:02:03 -05:00
Luminarys
618b3df051
Fixed workspace switching in multimonitor layouts
2015-08-15 13:55:06 -05:00
Luminarys
b01a04f22b
Added layout debugger back in and fixed mutlimonitor layout issues
2015-08-15 13:22:03 -05:00
Taiyu
60d840fe3f
style
2015-08-14 12:44:35 -07:00
Taiyu
b8cba33c01
changed swayc related functions, cleaned up some functions, moved wlc related things into handlers
2015-08-14 12:42:19 -07:00
Luminarys
3cdeb9bd5e
Minor fix to memory management
2015-08-13 14:41:36 -05:00
Luminarys
ab130fb56b
Added in command queue
2015-08-13 14:41:36 -05:00
Luminarys
2c9f5eca89
Fixes to workspace generation
2015-08-13 14:41:36 -05:00
Luminarys
8d63ac594b
Changed workspace name generation to try and use bindsyms when possible
2015-08-13 14:41:36 -05:00
Drew DeVault
dd115cece3
Prevent passing WM keys, improve multihead support
2015-08-10 23:47:14 -04:00
Taiyu
25a3aa6ed6
small change
2015-08-10 20:13:24 -07:00
Taiyu
2ac3535afe
silly mistake + style
2015-08-10 20:09:47 -07:00
Taiyu
beabb12d63
destroys empty workspace + minor bugfixes
2015-08-10 17:32:50 -07:00
Jose Diez
d8f364a846
workspaces: follow_pointer_mouse doesn't follow hidden containers
2015-08-10 22:50:26 +02:00