diff options
author | venomade <venomade@venomade.com> | 2025-02-27 20:43:57 +0000 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-02-27 20:43:57 +0000 |
commit | 5d9bdf29ed503d78b4dcddc40cae59dd874725f1 (patch) | |
tree | 4053c85b0ac8dff53199d6f4082f196b39a3298c /.config/mc/panels.ini | |
parent | 9eb18a3288249845c7dd8143da6aaac9d808d988 (diff) |
Add more configs and the stow ignore
Add configs for: Midnight Commander Emacs mg git X11
Diffstat (limited to '.config/mc/panels.ini')
-rw-r--r-- | .config/mc/panels.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/mc/panels.ini b/.config/mc/panels.ini new file mode 100644 index 0000000..d22858b --- /dev/null +++ b/.config/mc/panels.ini @@ -0,0 +1,37 @@ +[New Left Panel] +display=listing +reverse=false +case_sensitive=true +exec_first=false +sort_order=name +list_mode=full +brief_cols=2 +user_format=half type name | size | perm +user_status0=half type name | size | perm +user_status1=half type name | size | perm +user_status2=half type name | size | perm +user_status3=half type name | size | perm +user_mini_status=false +filter_flags=7 +list_format=full + +[New Right Panel] +display=listing +reverse=false +case_sensitive=true +exec_first=false +sort_order=name +list_mode=full +brief_cols=2 +user_format=half type name | size | perm +user_status0=half type name | size | perm +user_status1=half type name | size | perm +user_status2=half type name | size | perm +user_status3=half type name | size | perm +user_mini_status=false +filter_flags=7 +list_format=full + +[Dirs] +current_is_left=true +other_dir=/home/venomade/.build/suckless/patches/st |