aboutsummaryrefslogtreecommitdiff
path: root/sway/config
AgeCommit message (Expand)Author
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-10-11Add support for workspace_min_width bar option.Tarmack
2020-07-10config/output: don't change output state before commitSimon Ser
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-06-05Use new wlroots API for clearing keyboard/pointer focus during grabsThomas Hebb
2020-04-26config/output: reconfigure input devices after full output initTudor Brindus
2020-04-24config/output: reconfigure input devices on new outputTudor Brindus
2020-04-09Don't add disabled outputs back to output layoutSimon Ser
2020-04-09Fix initial modesetSimon Ser
2020-04-08Introduce test_output_configSimon Ser
2020-03-11commands: Add shortcuts_inhibitor commandMichael Weiser
2020-03-07Add an adaptive_sync output commandSimon Ser
2020-02-16output: fix updating output manager configBrian Ashworth
2020-02-13Fix crash: use wlr_output->name instead of possibly missing oc->nameYorick van Pelt
2020-02-11Apply the output scale filter after the output commitSimon Ser
2020-02-11Stop calling apply_output_config from output_enableSimon Ser
2020-02-11Fix output scale auto-detectionSimon Ser
2020-01-16output: apply oc to outputs using wl_for_each_safeBrian Ashworth
2019-12-31Fix sway_log using non initialised output_config pointerPaul Riou
2019-12-30Re-add support for wlr_output's atomic APISimon Ser
2019-12-27config/output: apply scale_filter even when scale has not changedRonan Pigott
2019-12-14config/input: set type for new identifier configsBrian Ashworth
2019-12-12Auto-detect output scaleSimon Ser
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-11-29add scale_filter output config optionRonan Pigott
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-11-17output: add max_render_timeIvan Molodetskikh
2019-11-17Use an enum instead of a marker string for map_to_Tadeo Kondrak
2019-11-17Implement input map_to_region commandTadeo Kondrak
2019-11-05Use wlr_output_preferred_mode instead of the last modeSimon Ser
2019-11-05Fix segfault in set_modeSimon Ser
2019-11-05Prefer higher refresh rate default modesRonan Pigott
2019-11-04Add --custom to `output mode` commandSimon Ser
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
2019-11-01Fix potential NULL reference on cleanuplbonn
2019-10-27Fix segfault in wlr_output_manager_v1_set_configurationSimon Ser
2019-10-27Fix apply_output_config return value when enabling outputSimon Ser
2019-10-21Fix refresh rate scale of outputDanilo Spinella
2019-09-04swaybar: complete barconfig_update event handlingBrian Ashworth
2019-08-07Revert "Add support for wlr_output's atomic API"Rouven Czerwinski
2019-08-07config/output: rebase cursors after config appliedBrian Ashworth
2019-08-02Allocator sizeof operand mismatchAntonin Décimo
2019-08-02Add support for wlr_output's atomic APISimon Ser
2019-07-17Implement input_cmd_xkb_file (#3999)Ed Younis
2019-07-10config/output: correctly set width/height in applyBrian Ashworth
2019-07-05Add calibration_matrix config optionSergei Dolgov
2019-06-09config/input: validate xkb keymap before storingBrian Ashworth
2019-06-05add seat sub command 'xcursor_theme'Daniel Eklöf
2019-05-12Spawn swaybar as a wayland clientBrian Ashworth