0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typo/wording fix More... about 2 years ago
layout: Include math.h directly More... over 3 years ago
config: Add missing wayland-server.h include More... over 4 years ago
config: add Tap-to-click option More... over 4 years ago
Set _XOPEN_SOURCE=700 for ffs More... over 4 years ago
Use posix_spawn to start status bar More... almost 5 years ago
Use PATH_MAX instead of VLA More... almost 5 years ago
Use protoype function declarations More... almost 5 years ago
Use standard ffs instead of __builtin_ffsl More... almost 5 years ago
config: Make action_types static and const More... over 5 years ago
config: Use posix_spawn to spawn subcommands More... over 5 years ago
Use wl_display_add_socket_auto More... over 5 years ago
Use exec in spawn actions to avoid lingering shell processes More... over 6 years ago
Add spawn_browser to sample conf file More... over 6 years ago
sizeof style More... almost 7 years ago
Use plain st and dmenu_run in sample configuration More... about 7 years ago
spawn: Use /dev/null for std{in,out,err} instead of closing them More... over 7 years ago
status_bar: Add some missing error checking More... over 7 years ago
window: Let application choose size when stacked More... almost 8 years ago
Remove obsolete event_listener field from window and screen More... almost 8 years ago
Fix uninitialized layer in window creation More... almost 8 years ago
config: Support quoted identifiers for rules More... over 8 years ago
config: Strip the newline after reading the line More... over 8 years ago
config: check strdup return values More... over 8 years ago
config: don't use const when string is allocated with malloc More... over 8 years ago
Add rule command to README More... over 8 years ago
config: Strip newline when spawn action is created, not when it is run More... over 8 years ago
config: factor out duplicate code into strip_newline More... over 8 years ago
Add rules to move new windows to specified tags More... over 8 years ago
Re-arrange layout functions so we don't need some function declarations More... over 8 years ago