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