aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config
Commit message (Expand)AuthorAge
...
* add seat sub command 'xcursor_theme'Libravatar Daniel Eklöf2019-06-05
* Spawn swaybar as a wayland clientLibravatar Brian Ashworth2019-05-12
* config/output: fix typo in merge_id_on_nameLibravatar Brian Ashworth2019-05-09
* Destroy swaybg client on reloadLibravatar Brian Ashworth2019-05-04
* bindsym: change xkb_rule_names initializationLibravatar Konstantin Pospelov2019-04-26
* bindsym: consider xkb_rule_names for --to-codeLibravatar Konstantin Pospelov2019-04-26
* Implement input type configs (#3784)Libravatar Benjamin Cheng2019-04-14
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* config/output: unbreak on 32-bit architecturesLibravatar Jan Beich2019-04-08
* swaybg: one instance for all outputsLibravatar Brian Ashworth2019-04-04
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* config/output: handle wildcard in get_output_configLibravatar Brian Ashworth2019-03-17
* config/output: revamp identifier/name layeringLibravatar Brian Ashworth2019-03-16
* Fix output config retrieval for new outputsLibravatar Brian Ashworth2019-03-16
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* Fixes crash in spawn_swaybg (closes #3733)Libravatar Noam Preil2019-03-03
* config: remove double assignement to result in get_output_configLibravatar Rouven Czerwinski2019-02-27
* Don't use SOCK_CLOEXECLibravatar emersion2019-02-19
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-16
* Fix reload freeze when not modsetting current modeLibravatar Brian Ashworth2019-02-16
* apply_output_config: dpms on before modesetLibravatar Brian Ashworth2019-02-15
* fix misc memory leaksLibravatar Brian Ashworth2019-02-11
* Revert "More frees."Libravatar Connor E2019-02-01
* Revert "Add some missing frees."Libravatar Connor E2019-02-01
* pointer_constraint: change to a seat subcommandLibravatar Brian Ashworth2019-01-31
* Add pointer_constraint commandLibravatar Drew DeVault2019-01-30
* Don't allow noop output to be configuredLibravatar Ryan Dwyer2019-01-22
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* apply_output_config: remove output_iLibravatar Brian Ashworth2019-01-19
* Better handle outputs without CRTCLibravatar emersion2019-01-18
* Don't use sh when spawning swaybgLibravatar emersion2019-01-17
* swaybg: use output names instead of output indexesLibravatar emersion2019-01-17
* bar_cmd_tray_bind: Use mouse button helpersLibravatar Brian Ashworth2019-01-16
* Merge pull request #3397 from RedSoxFan/fix-swaybar-heightLibravatar Drew DeVault2019-01-13
|\
| * swaybar: obey height if givenLibravatar Brian Ashworth2019-01-09
* | swaybar: add status_edge_padding commandLibravatar Brian Ashworth2019-01-11
* | swaybar: add status_padding commandLibravatar Brian Ashworth2019-01-11
|/
* swaybar: implement tray configLibravatar Ian Fan2018-12-31
* hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* Revamp seat configsLibravatar Brian Ashworth2018-12-29
* Terminate swaybg in output_disableLibravatar Brian Ashworth2018-12-19
* Rework default output configsLibravatar Brian Ashworth2018-12-13
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* Cleanup list codeLibravatar Ian Fan2018-12-09
* list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* Fix identifier output configs on reloadLibravatar Brian Ashworth2018-12-03
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Merge pull request #3083 from c-edw/feature/StripWorkspaceNameLibravatar emersion2018-11-19
|\
| * Implement strip_workspace_name.Libravatar Connor E2018-11-17