This commit is contained in:
Night Kaly 2024-03-29 22:36:00 +00:00
commit 438bfd0f75
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE
2 changed files with 3 additions and 1 deletions

1
ccc.c
View file

@ -42,6 +42,7 @@ long current_selection = 0;
bool dirs_size = DIRS_SIZE;
bool show_hidden = SHOW_HIDDEN;
bool file_details = SHOW_DETAILS;
char *trash_dir;
char *cwd;
char *p_cwd; /* previous cwd */
char *trash_dir;

View file

@ -8,6 +8,7 @@
#define DRAW_BORDERS true /* Draw borders around windows? */
#define DRAW_PREVIEW true /* Draw file preview? */
#define SHOW_HIDDEN true /* show hidden files/dotfiles in preview */
#define SHOW_DETAILS true /* show file details */
#define SHOW_ICONS true /* show file icons */