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
Age
Commit message (
Expand
)
Author
Lines
2019-08-31
Fix markup syntax in man pages
Martin Michlmayr
-1
/
+1
2019-06-05
check for empty string before calling strtoul() and check errno
Daniel Eklöf
-2
/
+3
2019-06-05
swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZE
Daniel Eklöf
-2
/
+12
2019-04-25
swaybg: split into standalone project
Drew DeVault
-1
/
+0
2019-04-20
swaynag: revamp type configs
Brian Ashworth
-43
/
+47
2019-04-14
Spawn swaynag as a wayland client
Brian Ashworth
-6
/
+17
2019-04-14
swaynag: fix pointer management
Brian Ashworth
-1
/
+5
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-22
Fix dead stores found by scan-build
M Stoeckl
-7
/
+0
2019-01-22
swaynag: Small graphical fix, add offset of +1 to X/Y.
Connor E
-2
/
+2
2019-01-21
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
M Stoeckl
-2
/
+0
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
-21
/
+21
2019-01-19
swaynag: fix XDG_CONFIG_HOME handling
emersion
-1
/
+1
2019-01-18
meson: remove rpath options
emersion
-1
/
+0
2019-01-16
Fixes for small existing bugs.
Connor E
-1
/
+2
2019-01-16
Remove usage of VLAs.
Connor E
-2
/
+4
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-12-17
swaynag: remove double free of details button
Brian Ashworth
-1
/
+0
2018-12-15
swaynag: damage the cursor surface on update
Brian Ashworth
-1
/
+3
2018-12-09
Cleanup list code
Ian Fan
-7
/
+4
2018-11-27
Implement swaynag -B/--button-no-terminal
Brian Ashworth
-5
/
+21
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
-7
/
+4
2018-11-13
More frees.
Connor E
-0
/
+1
2018-10-15
Sway clients: Exit gracefully when compositor is unavailable
Ryan Dwyer
-1
/
+5
2018-10-07
swaynag: s/Toggle Details/Toggle details/
Drew DeVault
-2
/
+2
2018-10-07
swaynag: fix use-after-free in wl_display_dispatch
Dominique Martinet
-4
/
+4
2018-09-30
Add support for installing binaries with DT_RPATH
Arkadiusz Hiler
-0
/
+1
2018-09-30
Turn funcs() into funcs(void)
Arkadiusz Hiler
-1
/
+1
2018-09-08
Align titles to baseline
Ryan Dwyer
-5
/
+5
2018-08-20
Fix bad-free in swaynag
Brian Ashworth
-8
/
+11
2018-08-10
swaynag: destroy old cursor theme when updated
Ian Fan
-0
/
+3
2018-08-05
Fix compiler errors.
Geoff Greer
-0
/
+1
2018-08-03
Add missing stdlib.h includes to swaynag
Marien Zwart
-0
/
+2
2018-08-01
swaynag: don't drop \n for first line
Brian Ashworth
-8
/
+4
2018-08-01
swaynag: add blank lines after headings in scdocs
Brian Ashworth
-0
/
+6
2018-08-01
swaynag: swaybar like default colors
Brian Ashworth
-4
/
+9
2018-08-01
swaynag: address some more of sircmpwn's comments
Brian Ashworth
-25
/
+36
2018-08-01
swaynag: fix hidpi
Brian Ashworth
-61
/
+88
2018-08-01
swaynag: allow more config options
Brian Ashworth
-123
/
+362
2018-08-01
swaynag: add math to meson.build
Brian Ashworth
-0
/
+1
2018-08-01
swaynag: fix output selection
Brian Ashworth
-1
/
+2
2018-08-01
swaynag: refactor {sway_,}nagbar to swaynag
Brian Ashworth
-363
/
+366
2018-08-01
swaynag: split config into own file and fix optind
Brian Ashworth
-289
/
+301
2018-08-01
Disable pango markup for extended message
Drew DeVault
-2
/
+2
2018-08-01
Set output to NULL if not specified
Drew DeVault
-16
/
+3
2018-08-01
swaynag: implement config file support
Brian Ashworth
-122
/
+470
2018-08-01
Address first round review for swaynag
Brian Ashworth
-0
/
+1038