Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-10 | swaynag: destroy old cursor theme when updated | Ian Fan | |
2018-08-05 | Fix compiler errors. | Geoff Greer | |
- Some platforms don't expose kill() unless _POSIX_C_SOURCE is defined. - fork(), execl(), and setsid() need unistd.h on some platforms. Basically, this fixes some platform-specific build errors. | |||
2018-08-03 | Add missing stdlib.h includes to swaynag | Marien Zwart | |
2018-08-01 | swaynag: address some more of sircmpwn's comments | Brian Ashworth | |
Fixes segfauls for any case where swaynag->outputs was not inititalized including -h/--help, -v/--version, and invalid arguments. Sets sane defaults for colors not given. Any color not given will fallback to the default color values for type error. Adds support for a hidpi cursor | |||
2018-08-01 | swaynag: fix hidpi | Brian Ashworth | |
2018-08-01 | swaynag: allow more config options | Brian Ashworth | |
2018-08-01 | swaynag: fix output selection | Brian Ashworth | |
2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | |