Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-18 | swaybar: ipc_update_ws: Fix memory corruption. | S. Christoffer Eliesen | |
json_object_object_get_ex does not require json_object_put according to docs, this should fix the random crashes. | |||
2015-12-18 | Fix possible segfault in swaybar | Drew DeVault | |
2015-12-18 | Add shims for swaylock on compositor | Drew DeVault | |
2015-12-18 | Merge pull request #356 from sce/output_vs_workspace_size | Drew DeVault | |
layout: Keep output at the correct size, workspace can be smaller. | |||
2015-12-18 | layout: Keep output at the correct size, workspace can be smaller. | S. Christoffer Eliesen | |
If the output is not at the correct size then that info must be queried from wlc. The output size is used by e.g. seamless mouse to detect output edges. With this patch the output size is now correct and the workspace size is adjusted according to any panels. Without this patch seamless mouse would fail to detect outputs above/below each other if there was a panel in between because the output would offically end where the panel started, not at the actual screen edge. | |||
2015-12-18 | Merge pull request #355 from sce/fix_moving_last_ws | Drew DeVault | |
focus: Fix moving last workspace. | |||
2015-12-18 | Merge pull request #354 from sce/fix_swaybar_for_fedora | Drew DeVault | |
swaybar: Remove stropts.h, fixes build for fedora. | |||
2015-12-18 | focus: Fix moving last workspace. | S. Christoffer Eliesen | |
If there's only one workspace on an output and it's moved to a different output then active workspace will be NULL. | |||
2015-12-18 | swaybar: Remove stropts.h, fixes build for fedora. | S. Christoffer Eliesen | |
Turns out that fedora killed off stropts.h some time ago [1] and removing it seems to work just fine. (Tested on Fedora 23) [1] https://bugzilla.redhat.com/show_bug.cgi?id=439403 | |||
2015-12-17 | Merge pull request #353 from mikkeloscar/swaybar-close-statuscmd | Drew DeVault | |
swaybar: terminate status_command process | |||
2015-12-18 | swaybar: terminate status_command process | Mikkel Oscar Lyderik | |
Fix #346 Send SIGTERM to the `status_command` process before swaybar exits. | |||
2015-12-17 | Merge pull request #352 from progandy/workspace-numbers | Drew DeVault | |
Workspace numbers | |||
2015-12-18 | sway: insert numbered workspaces in order | progandy | |
fixes #308 Ordered by number ascending, with insert before same numbers. Workspaces without numbers are appended at the end of the list. Example order: 1 2:named 3:the_second 3:the_first 9 FIRST_NAME SECOND_NAME ... | |||
2015-12-18 | sway: enable workspace selection by number | progandy | |
2015-12-17 | Merge pull request #351 from mikkeloscar/swaygrab-default-file | Drew DeVault | |
swaygrab: add default output filename. | |||
2015-12-17 | swaygrab: add default output filename. | Mikkel Oscar Lyderik | |
With this it's possible to run `swaygrab` without a filename argument. With no filename supplied it will use a default name based on the current time. The default file will get the extension `png` for screenshots and `webm` for video capture. | |||
2015-12-17 | Merge pull request #350 from mikkeloscar/swaygrab-auto-output | Drew DeVault | |
swaygrab: update man page | |||
2015-12-17 | swaygrab: update man page | Mikkel Oscar Lyderik | |
2015-12-17 | Merge pull request #349 from mikkeloscar/swaygrab-auto-output | Drew DeVault | |
swaygrab: make focused output default | |||
2015-12-17 | swaygrab: make focused output default | Mikkel Oscar Lyderik | |
This makes swaygrab use the currently focused output as source if no other output is defined with the `-o, --output <output>` option. | |||
2015-12-17 | [swaylock] Stupid implementation of password entry | Drew DeVault | |
2015-12-17 | Implement PAM password verification in swaylock | Drew DeVault | |
2015-12-17 | Fix null dereference in swaybar | Drew DeVault | |
2015-12-17 | Add PAM configuration for swaylock | Drew DeVault | |
2015-12-16 | Merge pull request #348 from mikkeloscar/bar-segv | Drew DeVault | |
swaybar: Check that registry is set before teardown | |||
2015-12-17 | swaybar: Check that registry is set before teardown | Mikkel Oscar Lyderik | |
2015-12-16 | Actually that screenshot wasn't so good | Drew DeVault | |
2015-12-16 | New README screenshot | Drew DeVault | |
2015-12-16 | Only re-render swaybar when it has changed | Drew DeVault | |
Fixes #345 | |||
2015-12-16 | Make swaybar a little quieter | Drew DeVault | |
2015-12-16 | Fix bar invocation for multihead setup | Drew DeVault | |
2015-12-16 | Use system swaybar instead of local swaybar | Drew DeVault | |
2015-12-16 | Invoke swaybar when an output matches a bar config | Drew DeVault | |
2015-12-16 | Bring unmanaged windows to front on output arrange | Drew DeVault | |
Fixes #312 | |||
2015-12-16 | Merge pull request #340 from mikkeloscar/seperator-separator | Drew DeVault | |
Correct typo seperator -> separator | |||
2015-12-16 | Remove trailing whitespace | Mikkel Oscar Lyderik | |
2015-12-16 | Correct typo seperator -> separator | Mikkel Oscar Lyderik | |
2015-12-16 | Merge pull request #337 from fluxchief/swaybar-check-command-args | Drew DeVault | |
Make swaybar check command arguments | |||
2015-12-16 | Merge pull request #338 from mikkeloscar/bar-separator-symbol | Drew DeVault | |
Implement bar option: separator_symbol | |||
2015-12-16 | Merge pull request #339 from mikkeloscar/free-bar-3 | Drew DeVault | |
Use free_flat_list for simple char* list. | |||
2015-12-16 | Use free_flat_list for simple char* list. | Mikkel Oscar Lyderik | |
No need to reimplement free_flat_list functionality. | |||
2015-12-16 | Implement bar option: separator_symbol | Mikkel Oscar Lyderik | |
2015-12-16 | Make swaybar run without status_command | Kevin Hamacher | |
2015-12-16 | Make swaybar check command arguments | Kevin Hamacher | |
2015-12-15 | Apply color config from swaybar | Drew DeVault | |
2015-12-15 | [swaybar] Get bar config via IPC | Drew DeVault | |
2015-12-15 | Parse command line in swaybar | Drew DeVault | |
2015-12-15 | Merge pull request #335 from mikkeloscar/bar-font | Drew DeVault | |
Implement bar option: font <font> | |||
2015-12-15 | Implement bar option: font <font> | Mikkel Oscar Lyderik | |
2015-12-15 | Merge pull request #336 from mikkeloscar/binding-mode-indicator | Drew DeVault | |
Implement bar option: binding_mode_indicator <yes|no> |