Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-20 | make gdk-pixbuf dependency really optional | progandy | |
2015-12-20 | Update README screenshot | Drew DeVault | |
The new one has the top cut off, I didn't notice. | |||
2015-12-20 | Merge pull request #369 from crondog/master | Drew DeVault | |
swaybar: use height from config | |||
2015-12-20 | Merge pull request #372 from sce/fix_swaybar_output_name_test | Drew DeVault | |
config: load_swaybars: Fix name comparison. | |||
2015-12-20 | Merge pull request #370 from sce/fix_free_bar | Drew DeVault | |
config: free_bar: Check if outputs is NULL. | |||
2015-12-20 | Make some dependencies optional | Drew DeVault | |
Closes #368 | |||
2015-12-20 | config: load_swaybars: Fix name comparison. | S. Christoffer Eliesen | |
2015-12-20 | config: free_bar: Check if outputs is NULL. | S. Christoffer Eliesen | |
bar_config.outputs is NULL if no output is explicitly defined in config (ie. use for for all outputs). | |||
2015-12-20 | swaybar: use height from config | crondog | |
2015-12-19 | Merge pull request #366 from mikkeloscar/fix-swaybar-high-cpu | Drew DeVault | |
swaybar: use select instead of busyloop | |||
2015-12-19 | swaybar: use select instead of busyloop | Mikkel Oscar Lyderik | |
Use of busyloop caused high cpu usage for sway because swaybar had to be redrawn all the time. By using select instead the bar only has to be redrawn when the status_command changes (i.e. every second) or when the workspaces are updated. Fix #345 | |||
2015-12-19 | Merge pull request #364 from cyberhuman/master | Drew DeVault | |
Update readme dependency list and build instructions | |||
2015-12-19 | Update readme dependency list | Raman Varabets | |
2015-12-18 | Merge pull request #362 from crondog/master | Drew DeVault | |
swaybar: use position from config | |||
2015-12-19 | swaybar: use position from config | crondog | |
2015-12-18 | Just bail if ws_json is fucked up | Drew DeVault | |
2015-12-18 | Wow that was stupid | Drew DeVault | |
2015-12-18 | I'm still getting crashes without this line | Drew DeVault | |
2015-12-18 | Implement compositor support for swaylock | Drew DeVault | |
This makes swaylock more or less work. | |||
2015-12-18 | Fix lock extension setup in compositor | Drew DeVault | |
2015-12-18 | Merge pull request #361 from mikkeloscar/i3bar-command | Drew DeVault | |
Add support for running swaybar_command | |||
2015-12-19 | Add support for running swaybar_command | Mikkel Oscar Lyderik | |
2015-12-18 | Fix default workspace name generation | Drew DeVault | |
This fixes the issue where workspace 10 ends up being the default. | |||
2015-12-18 | Merge pull request #360 from sce/fix_arrange_windows | Drew DeVault | |
Fix arrange windows | |||
2015-12-18 | Drop sway-xorg.desktop | Drew DeVault | |
2015-12-18 | Merge pull request #359 from mikkeloscar/i3bar-command | Drew DeVault | |
Add bar option: swaybar_command <command> | |||
2015-12-19 | Add bar option: swaybar_command <command> | Mikkel Oscar Lyderik | |
2015-12-18 | Merge pull request #358 from mikkeloscar/reload-swaybg-swaybar | Drew DeVault | |
Reload swaybar/swaybg on config reload. | |||
2015-12-18 | layout: arrange_windows: Partially fix swaybar irregularties. | S. Christoffer Eliesen | |
2015-12-18 | layout: arrange_windows: Fix/better debug output. | S. Christoffer Eliesen | |
2015-12-18 | Terminate children when freeing output container | Mikkel Oscar Lyderik | |
2015-12-18 | Reload swaybar/swaybg on config reload. | Mikkel Oscar Lyderik | |
This works by tracking the pids of the child processes in the related output container and terminating the processes and spawning new ones on a config reload. Should solve: #347 | |||
2015-12-18 | Merge pull request #357 from sce/fix_swaybar_crashes | Drew DeVault | |
swaybar: ipc_update_ws: Fix memory corruption. | |||
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 |