summaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Collapse)AuthorAge
* Don't strip quotes from exec argsLibravatar Mikkel Oscar Lyderik2016-03-18
| | | | | | | | | | | | | Before passing a command to a command handler the quotes are stripped from each argument in the command. This is usually the wanted behavior but causes a problem in the case of `exec` where quoted arguments can be required when passing the exec command to `/bin/sh -c`. This patch makes `exec` a special case and doesn't strip quotes from the arguments. It will just pass the exec command verbatim to the exec command handler. Fix #518
* Remove unused panel_size (and fix rearrange)Libravatar Mikkel Oscar Lyderik2016-03-17
| | | | | | | | | | | | desktop_shell.panel_size was only used to determine if sway should rearrange the output when rendering the panel in the output_pre_render hook. This is not needed since the output will have been arranged at that point. It also caused sway to rearrange all the time when running with two or more different monitors/resolutions because panel_size kept changing with every output_pre_render callback. Should fix #514
* Focus correct swaylock view in multimonitor setupLibravatar Mikkel Oscar Lyderik2016-03-17
| | | | | | | | | | | Swaylock spawns and focuses a view for each output in sway. This can sometimes move the focus to a new output after locking and unlocking the screens. This patch makes sure that the output which had focus when swaylock was invoked, will regain focus once swaylock is closed/unlocked. Fix #499
* Document swaybar commandsLibravatar Mikkel Oscar Lyderik2016-03-17
| | | | | | | | | | | | | | Documents most of the bar commands in sway-bar(5) manpage. The following command has not been document because they haven't been fully implemented yet: * mode * hidden_state * modifier * tray_output * tray_padding Close #375
* Schedule render when adding bg and panel.Libravatar Mikkel Oscar Lyderik2016-03-17
| | | | | | | | | This should be a real fix for #509 This schedules a render when a background or panel is added to sway through the desktop shell interface, that makes sure the render isn't scheduled before the bg or panel is ready and you don't end up with a black screen until the cursor is moved.
* Revert "Render outputs as soon as wlc is ready"Libravatar Mikkel Oscar Lyderik2016-03-17
| | | | This reverts commit 96458bf63c10a702797a8687e2f73d7814a6b079.
* Render outputs as soon as wlc is readyLibravatar Mikkel Oscar Lyderik2016-03-13
| | | | | | | | This makes sure that the outputs are rendered when sway is launched, so the user doesn't have to move the cursor before the background and bar gets rendered on screen. Fixes #509
* Remove focus when switching to empty workspaceLibravatar Mikkel Oscar Lyderik2016-03-05
| | | | Fix #504
* Merge pull request #502 from mikkeloscar/lock-reset-inputLibravatar Drew DeVault2016-03-04
|\ | | | | Reset input state when locking compositor
| * Reset input state when locking compositorLibravatar Mikkel Oscar Lyderik2016-03-04
| | | | | | | | Fix #498
* | Fix assigning workspaces to outputsLibravatar Mikkel Oscar Lyderik2016-03-04
|/ | | | | | | | | | | It's possible to assign workspaces to certain outputs using the command: workspace <name> output <output> However, this did not work in some cases where the workspace was assigned before the given output was made available to sway. This patch fixes those cases.
* Segregate between config and runtime cmds in docLibravatar Yacine Hmito2016-02-29
| | | | | | In anticipation for #375, reorganized and augmented slightly sway(5) so it makes a difference between commands intended for configuration, commands intended for control, and those that can serve as both.
* sway: rearrange the whole ws on lock view setupLibravatar progandy2016-02-28
|
* sway: set lock view to floating after ws switchLibravatar progandy2016-02-28
| | | | This avoids calling swayc_active_workspace.
* Correctly move focus from one output to a new one.Libravatar Mikkel Oscar Lyderik2016-02-28
| | | | | | | | | | | | This patch aims to correctly handle moving focus <left|right|up|down> between outputs. For instance, if moving from one output to a new output at the left of the current one, it should focus the right-most view/container on the new output, and the opposite if moving from right to left. This should happen regardless of the previously stored focus of the new output. This also handles moving to a new output above or below the current one.
* Merge pull request #492 from mikkeloscar/swaybar-multi-outputLibravatar Drew DeVault2016-02-27
|\ | | | | Display single swaybar on multiple outputs
| * Free config before exiting sway.Libravatar Mikkel Oscar Lyderik2016-02-27
| | | | | | | | | | | | Apart from freeing the sway_config struct, this also terminates the swaybars spawned by sway, since they are linked by PID to the bar config structs.
| * Improve how swaybars are spawnedLibravatar Mikkel Oscar Lyderik2016-02-27
| |
| * Add outputs to bar_config ipc responseLibravatar Mikkel Oscar Lyderik2016-02-27
| |
| * Make sway spawn only one bar per bar configLibravatar Mikkel Oscar Lyderik2016-02-27
| |
* | Set pointer pos before focusing view under itLibravatar Mikkel Oscar Lyderik2016-02-27
|/
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
| | | | | | | | Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running.
* Fix for when sway_abort doesn't exitLibravatar Yacine Hmito2016-02-25
| | | | sway_terminate does an exit in case wlc_terminate doesn't
* Fixed swaymsg command name in sway(5) docLibravatar Yacine Hmito2016-02-25
|
* No options when using sway as IPC clientLibravatar Yacine Hmito2016-02-25
| | | | | | | | Sway used to attempt sending an IPC command composed of every argument after the first non-option argument encountered. Now, raises an error if an option is encountered before the intended command. Some options such as -h or -v take effect when parsing, so they still apply.
* Removed p as a valid CLI optionLibravatar Yacine Hmito2016-02-25
| | | | | | The get-socketpath long option had an undocumented short alternative as `p`. It has been removed. However, the code in the options array is still the 'p' char.
* Don't rearrange views behind swaylock.Libravatar Mikkel Oscar Lyderik2016-02-25
| | | | Fix #481
* Check for empty ws on view destroyed.Libravatar Mikkel Oscar Lyderik2016-02-25
| | | | | | | In some cases destroying a view can result in an empty and inactive workspace, which should be destroyed. This handles those cases.
* Send workspace ICP event on ws destroy/empty.Libravatar Mikkel Oscar Lyderik2016-02-25
| | | | | | There is no 'destroy' change type in the i3 IPC so this uses `empty` to notify about empty workspaces (which will be destroyed from sway right after).
* Prevent crash when showing scratchpad on new ws.Libravatar Mikkel Oscar Lyderik2016-02-25
| | | | Fix #469
* Prefer named output config over wildcard config.Libravatar Mikkel Oscar Lyderik2016-02-12
| | | | | | | | | | | | | | This makes sure that a named output config is applied before the general wildcard config when a new output is created. This ensures that the config: output * ... output NAME ... behaves the same way as: output NAME ... output * ...
* Replace deprecated function wlc_output_get_pixels.Libravatar Mikkel Oscar Lyderik2016-02-08
| | | | | | | | | | | This makes IPC GET_PIXELS use the new `wlc_pixels_read` call instead of the deprecated `wlc_output_get_pixels`. The old version worked by passing a callback function to wlc which would grab the pixels and send them to the IPC client. The new version works by maintaining a list of clients who have requested the pixels of some output and then grap and send the pixels in the output_post_render hook of the `wlc_interface`.
* Squash trailing whitespaceLibravatar Mikkel Oscar Lyderik2016-02-08
|
* Fix clang warningsLibravatar Mikkel Oscar Lyderik2016-02-08
|
* Add wlc-render.h to handlers.cLibravatar Drew DeVault2016-02-08
|
* commands: move position mouseLibravatar crondog2016-01-28
| | | | | Bounds checking works ok except it overlaps the bar. Just like with normal floating. Should be fixed once swaybar is fixed.
* font: Allow adding font to the config. In prep for border titlesLibravatar crondog2016-01-27
| | | | v2: Give default font and make bar use it if no bar font
* Fix returning to sway after swaylock completesLibravatar Drew DeVault2016-01-26
|
* Add quotes to multiword arguments.Libravatar Mikkel Oscar Lyderik2016-01-25
| | | | | | | | | | | | | | | | | | | | | This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work.
* Merge pull request #457 from mikkeloscar/move-view-fixLibravatar Drew DeVault2016-01-23
|\ | | | | Fix rendering of view when moving to new workspace
| * Fix rendering of view when moving to new workspaceLibravatar Mikkel Oscar Lyderik2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a possible fix for #384. To be honest I don't fully understand why this bug is happening, but I have narrowed it down to the view stack in wlc and how sway orders views in very specific situations (those described in #384). Anyway this should fix the problem by eliminating the call to `wlc_view_bring_to_front` which isn't really needed anyway since sending all invisible views to the back is the same as bringing all visible views to the front (rotating the view stack).
* | Add new wlc thing to viewsLibravatar Drew DeVault2016-01-23
| |
* | Revert "s/numlen/log10/g"Libravatar Drew DeVault2016-01-23
| | | | | | | | This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370.
* | s/numlen/log10/gLibravatar Drew DeVault2016-01-23
| |
* | commands: Fix memory allocation in assignLibravatar Quentin Glidic2016-01-23
| | | | | | | | | | | | Also use the safer snprintf since we just computed the size. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* | commands: Fix usage of arrow in assignLibravatar Quentin Glidic2016-01-23
| | | | | | | | Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* | sway-input: fix typoLibravatar Christoph Gysin2016-01-23
| |
* | manpage: fix sway-input layoutLibravatar Mikkel Oscar Lyderik2016-01-22
| |
* | manpage: add references sway.5 <-> sway-input.5Libravatar Mikkel Oscar Lyderik2016-01-22
| |
* | Fix generating sway-input.5 manpageLibravatar Mikkel Oscar Lyderik2016-01-22
| |