Fix typo in @{text_edirors} (#338)
* Fix typo in multiarch.d/programs * Fix typo in multirach.d/paths * Fix typo in abstractions/app-open
This commit is contained in:
parent
94d9570230
commit
adccd0066a
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
@{file_explorers_path} rPx,
|
@{file_explorers_path} rPx,
|
||||||
@{image_viewers_path} rPUx,
|
@{image_viewers_path} rPUx,
|
||||||
@{offices_path} rPUx,
|
@{offices_path} rPUx,
|
||||||
@{text_edirors_path} rPUx,
|
@{text_editors_path} rPUx,
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
@{bin}/blueman-tray rPx,
|
@{bin}/blueman-tray rPx,
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
@{file_explorers_path} = @{bin}/@{file_explorers}
|
@{file_explorers_path} = @{bin}/@{file_explorers}
|
||||||
|
|
||||||
# Text editors
|
# Text editors
|
||||||
@{text_edirors_path} = @{bin}/@{text_edirors} /usr/share/code/{bin/,}code
|
@{text_editors_path} = @{bin}/@{text_editors} /usr/share/code/{bin/,}code
|
||||||
|
|
||||||
# Document viewers
|
# Document viewers
|
||||||
@{document_viewers_path} = @{bin}/@{document_viewers}
|
@{document_viewers_path} = @{bin}/@{document_viewers}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
@{file_explorers} = dolphin nautilus thunar
|
@{file_explorers} = dolphin nautilus thunar
|
||||||
|
|
||||||
# Text editors
|
# Text editors
|
||||||
@{text_edirors} = code gedit mousepad gnome-text-editor
|
@{text_editors} = code gedit mousepad gnome-text-editor
|
||||||
|
|
||||||
# Document viewers
|
# Document viewers
|
||||||
@{document_viewers} = evince okular *{F,f}oliate YACReader
|
@{document_viewers} = evince okular *{F,f}oliate YACReader
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue