Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-08 | Allow a fallback color to be specified for swaybg | Brian Ashworth | |
This allows for a color to be set when the wallpaper does not fill the entire output. If specified, the fallback color is also used when the image path is inaccessible. | |||
2018-07-20 | Reset outputs on reload | Brian Ashworth | |
2018-07-20 | Fix output wildcard handling | Brian Ashworth | |
2018-07-15 | config output: free command string if unused | Ian Fan | |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth | |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson | |
Swayidle handles idle events and allows for dpms and lockscreen handling. It also handles systemd sleep events, and can raise a lockscreen on sleep Fixes #541 | |||
2018-05-01 | Fix layer surface crash on output destroy | db | |
Before freeing sway_output, NULL the wlr_output reference to it. Check for that NULL in layer_shell handle_destroy. Don't damage null container in unmap. Additionaly, terminate swaybg if its output is being disabled. | |||
2018-04-04 | Merge branch 'wlroots' into split-containers2 | Tony Crisci | |
2018-04-03 | Fix wrong output container coordinates | emersion | |
2018-04-03 | unify container destroy functions | Tony Crisci | |
2018-03-30 | Merge remote-tracking branch 'origin/wlroots' into swaybar-layers | Drew DeVault | |
2018-03-29 | Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree" | Tony Crisci | |
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0. | |||
2018-03-29 | Revert "Refactor tree" | Drew DeVault | |
2018-03-29 | Add swaybg_command | Drew DeVault | |
2018-03-29 | Move bar config into its own file | Drew DeVault | |
2018-03-29 | more renaming things | Tony Crisci | |
2018-03-29 | rename container functions | Tony Crisci | |
2018-03-28 | Address review feedback | Drew DeVault | |
2018-03-28 | Render layer surfaces and respect exclusive zone | Drew DeVault | |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | |
2017-12-29 | Allow to configure outputs by their identifier | emersion | |
2017-12-27 | Refactor output command, add output enable | emersion | |
2017-12-18 | Add support for fractional output scale | emersion | |
2017-12-14 | Replace refresh_rate and position by mode in output command | emersion | |
2017-12-13 | Update output containers on output layout change | emersion | |
2017-12-12 | Update output container box in event handler | emersion | |
2017-12-12 | Listen to output layout change | emersion | |
2017-12-12 | Add scale and transform events to sway_output | emersion | |
2017-12-11 | Use custom modes when output has no mode | emersion | |
2017-12-09 | Remove output from layout | emersion | |
2017-12-06 | Add new_output_config, update root container size on output hotplug | emersion | |
2017-12-06 | Simplify free calls, use wlr_output_set_scale | emersion | |
2017-12-06 | Init, merge output config params, use wlr_output_layout | emersion | |
2017-12-06 | Add output config | emersion | |