Skip to content

Commit

Permalink
Merge pull request #9 from werererer/development
Browse files Browse the repository at this point in the history
Add logo to japokwm
  • Loading branch information
werererer authored Apr 18, 2021
2 parents d9275f4 + 72a3775 commit d33dc1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# japokwm - tiling made easy [![CircleCI](https://github.com/werererer/japokwm/actions/workflows/Test.yml/badge.svg)](https://github.com/werererer/japokwm/actions/workflows/Test.yml)
# japokwm <img src="japokwm_logo.png" width="50" height="50">
[![CircleCI](https://github.com/werererer/japokwm/actions/workflows/Test.yml/badge.svg)](https://github.com/werererer/japokwm/actions/workflows/Test.yml)

## Features:
- Gaps!
- Damage Tracking
Expand Down
Binary file added japokwm_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/utils/parseConfigUtils.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ char *get_config_dir(const char *file)
}

char *abs_file = get_config_file(file);
if (!abs_file)
return NULL;

return dirname(abs_file);
}

Expand Down

0 comments on commit d33dc1f

Please sign in to comment.