feat(tunable): fix and use terminal_path.
This commit is contained in:
parent
d74a477646
commit
3b1fe1f931
3 changed files with 4 additions and 4 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
# Labeled programs
|
||||
@{archive_viewers_path} PUx,
|
||||
@{backup_path} PUx,
|
||||
@{browsers_path} Px,
|
||||
@{document_viewers_path} PUx,
|
||||
@{emails_path} PUx,
|
||||
|
|
@ -25,8 +26,8 @@
|
|||
@{help_path} Px,
|
||||
@{image_viewers_path} PUx,
|
||||
@{offices_path} PUx,
|
||||
@{terminal_path} Px,
|
||||
@{text_editors_path} PUx,
|
||||
@{backup_path} PUx,
|
||||
|
||||
# Others
|
||||
@{bin}/amule Px,
|
||||
|
|
@ -45,7 +46,6 @@
|
|||
@{bin}/gnome-session-quit Px,
|
||||
@{bin}/gnome-software Px,
|
||||
@{bin}/gwenview PUx,
|
||||
@{bin}/kgx Px,
|
||||
@{bin}/qbittorrent Px,
|
||||
@{bin}/qpdfview Px,
|
||||
@{bin}/smplayer Px,
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
@{help_path} = @{bin}/@{help_names}
|
||||
|
||||
# Terminal emulator
|
||||
@{terminal_path} = @{bin}/@{offices_names}
|
||||
@{terminal_path} = @{bin}/@{terminal_names}
|
||||
|
||||
# Backup
|
||||
@{backup_path} = @{bin}/@{backup_names} @{lib}/deja-dup/deja-dup-monitor
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
@{help_names} = yelp
|
||||
|
||||
# Terminal emulator
|
||||
@{terminal_name} = kgx terminator konsole
|
||||
@{terminal_names} = kgx terminator konsole ptyxis
|
||||
|
||||
# Backup
|
||||
@{backup_names} = deja-dup borg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue