feat(tunable): add @{editor_path} & @{pager_path}.

This commit is contained in:
Alexandre Pujol 2024-09-08 13:25:49 +01:00
parent 4f310b8802
commit 2af1d06f18
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
35 changed files with 63 additions and 124 deletions

View file

@ -34,10 +34,16 @@
@{emails_path} = @{thunderbird_path} @{bin}/@{emails_names}
# Open
@{open_path} = @{bin}/exo-open @{bin}/xdg-open @{bin}/gio @{bin}/kde-open
@{open_path} += @{bin}/gio-launch-desktop @{lib}/gio-launch-desktop
@{open_path} = @{bin}/@{open_names}
@{open_path} += @{lib}/gio-launch-desktop
@{open_path} += @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop
# Editor
@{editor_path} = @{bin}/@{editor_names}
# Pager
@{pager_path} = @{bin}/@{pager_names}
# File explorers
@{file_explorers_path} = @{bin}/@{file_explorers_names}

View file

@ -28,6 +28,15 @@
# Python interpreters
@{python_name} = python{,3,3.[0-9],3.1[0-9]}
# Open
@{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop
# Editor
@{editor_names} = sensible-editor vim{,.*} nvim nano
# Pager
@{pager_names} = sensible-pager pager less more
# Browsers
@{brave_name} = brave{,-beta,-dev,-bin}