feat(tunable): add @{editor_path} & @{pager_path}.
This commit is contained in:
parent
4f310b8802
commit
2af1d06f18
35 changed files with 63 additions and 124 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue