diff options
Diffstat (limited to '.config/mc/ini')
-rw-r--r-- | .config/mc/ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/mc/ini b/.config/mc/ini index 115ff36..b3a7bb1 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -90,7 +90,7 @@ fish_directory_timeout=900 [Layout] output_lines=0 -left_panel_size=40 +left_panel_size=160 top_panel_size=0 message_visible=true keybar_visible=false @@ -121,6 +121,7 @@ xterm-kitty= color_terminals= xterm-256color= +linux= [Panels] simple_swap=false @@ -161,6 +162,6 @@ ignore_dirs= [Panelize] 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 Modified git files=git ls-files --modified +Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print |