From a7cc64dc7352b37f7d75a36f1d5cceb200165d09 Mon Sep 17 00:00:00 2001 From: goodhumored Date: Sun, 28 Jul 2024 10:12:17 +0300 Subject: [PATCH] changed mc skin --- .config/mc/ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/mc/ini b/.config/mc/ini index 599ac62..4079a49 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -83,7 +83,8 @@ editor_backup_extension=~ editor_filesize_threshold=64M editor_stop_format_chars=-+*\\,.;:&> mcview_eof= -skin=default +skin=dark +shell_directory_timeout=900 [Layout] output_lines=0 @@ -115,6 +116,7 @@ clipboard_paste= base_color= xterm-256color= color_terminals= +screen-256color= [Panels] show_mini_info=true @@ -138,7 +140,7 @@ quick_search_mode=2 select_flags=6 [Panelize] -Find rejects after patching=find . -name \\*.rej -print -Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print -Find *.orig after patching=find . -name \\*.orig -print Modified git files=git ls-files --modified +Find *.orig after patching=find . -name \\*.orig -print +Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print +Find rejects after patching=find . -name \\*.rej -print