mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Cleanup icon theme code
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
93b60f799b
commit
59d245cf5b
4 changed files with 5 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ char* append_path_safe(const char * base_path, const char * append_path) {
|
|||
return path;
|
||||
}
|
||||
|
||||
list_t *get_basedirs(void) {
|
||||
static list_t *get_basedirs(void) {
|
||||
list_t *basedirs = create_list();
|
||||
list_add(basedirs, strdup("$HOME/.icons")); // deprecated
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue