index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swaynag
/
config.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-11-03
swaynag/config.c: fix build against gcc-14 (-Walloc-size)
Sergei Trofimovich
2023-01-16
swaynag: call swaynag_destroy on clean exit
Manuel Stoeckl
2022-12-22
swaynag: drop swaynag_type.font
Simon Ser
2022-07-01
Reuse parsed PangoFontDescription
Hugo Osvaldo Barrera
2022-05-07
swaynag: combine consecutive declaration/assignments
Nihal Jere
2022-05-07
swaynag: improve robustness when loading config
Nihal Jere
2022-05-07
swaynag: do error checking and rename read_from_stdin
Nihal Jere
2022-03-15
swaynag: allocate button_details with details
Nihal Jere
2022-02-28
swaynag: die on all allocation failures
Nihal Jere
2022-02-08
Remove all sprintf calls
Simon Ser
2021-06-17
swaynag: adds option to set wayland shell layer
James Edwards-Jones
2021-02-04
Make command line option lists const
Manuel Stoeckl
2021-01-16
Changed fprintf(stdout,...) to printf(...) for more readable code
SpizzyCoder
2020-09-14
swaynag: add details background option
Mustafa Abdul-Kader
2020-09-04
swaynag: adds option to separately specify the text color for buttons
oliver-giersch
2020-06-09
swaynag: allow specifying more buttons which execute and dismiss
Graham Christensen
2019-12-28
parse_color: return success + drop fallback color
Brian Ashworth
2019-04-20
swaynag: revamp type configs
Brian Ashworth
2019-03-11
Repair swaynag crash reading message from stdin
Peter Grayson
2019-02-05
swaynag: remove trailing newlines in config
Brian Ashworth
2019-01-23
Fix build failure in config.c
unraised
2019-01-19
swaynag: fix XDG_CONFIG_HOME handling
emersion
2019-01-16
Remove usage of VLAs.
Connor E
2019-01-14
swaynag: handle empty $XDG_CONFIG_HOME better
Ian Fan
2019-01-01
Remove readline.c
Ian Fan
2018-11-27
Implement swaynag -B/--button-no-terminal
Brian Ashworth
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-09-30
Turn funcs() into funcs(void)
Arkadiusz Hiler
2018-08-20
Fix bad-free in swaynag
Brian Ashworth
2018-08-01
swaynag: don't drop \n for first line
Brian Ashworth
2018-08-01
swaynag: allow more config options
Brian Ashworth
2018-08-01
swaynag: refactor {sway_,}nagbar to swaynag
Brian Ashworth
2018-08-01
swaynag: split config into own file and fix optind
Brian Ashworth