aboutsummaryrefslogtreecommitdiff
path: root/sway/config/bar.c
AgeCommit message (Expand)Author
2023-01-03Remove redundant return statementsCarl Smedstad
2021-10-30Bump RLIMIT_NOFILESimon Ser
2021-06-05sway: restore SIGPIPE handler before exec:ing swaybarDaniel Eklöf
2021-06-03config: Fix swaybar pango_markup inconsistencyDaniel Otero
2020-10-11Add support for workspace_min_width bar option.Tarmack
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
2019-11-01Fix potential NULL reference on cleanuplbonn
2019-09-04swaybar: complete barconfig_update event handlingBrian Ashworth
2019-05-12Spawn swaybar as a wayland clientBrian Ashworth
2019-02-11fix misc memory leaksBrian Ashworth
2019-02-01Revert "More frees."Connor E
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-13Merge pull request #3397 from RedSoxFan/fix-swaybar-heightDrew DeVault
2019-01-11swaybar: add status_edge_padding commandBrian Ashworth
2019-01-11swaybar: add status_padding commandBrian Ashworth
2019-01-09swaybar: obey height if givenBrian Ashworth
2018-12-31swaybar: implement tray configIan Fan
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-19Merge pull request #3083 from c-edw/feature/StripWorkspaceNameemersion
2018-11-17Implement strip_workspace_name.Connor E
2018-11-13More frees.Connor E
2018-10-14swaybar: show hidden bar on key eventIan Fan
2018-10-13Fix bar subcommand handler structs and selectionBrian Ashworth
2018-10-09bar-bindsym: address ianyfan's commentsBrian Ashworth
2018-10-09Implement bar bindsymBrian Ashworth
2018-10-08swaybar: allow null status_commandRyan Dwyer
2018-09-20swaybar: handle hotpluggingemersion
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-02Reset signal mask after forkMarien Zwart
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05config: add a couple of forgotten freesDominique Martinet
2018-07-02bar config: fix uninitialized accesses on init errorDominique Martinet
2018-07-02invoke_swaybar: fix message length header sizeDominique Martinet
2018-04-26Rename len to msg_len. Avoids an aliased variable that was a little confusing...Geoff Greer
2018-04-26invoke_swaybar(): Set process group. Kill process group.Geoff Greer
2018-03-31Free bar configs on reload and exitDrew DeVault
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Terminate swaybar when freeing bar configDrew DeVault
2018-03-29Spawn swaybars when outputs are addedDrew DeVault
2018-03-29Move bar config into its own fileDrew DeVault