Skip to content

Commit

Permalink
Merge pull request #405 from RedBearAK/dev_beta
Browse files Browse the repository at this point in the history
Add Ptyxis to list of possible terminal commands
RedBearAK authored Sep 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d839368 + 91dfa93 commit 8f8f4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toshy_tray.py
Original file line number Diff line number Diff line change
@@ -494,6 +494,7 @@ def run_cmd_lst_in_terminal(command_list: List[str]):
# somewhat intelligently use the "correct" terminal for a DE.
terminal_apps_lst_of_tup: List[Tuple[str, List[str], ]] = [
('gnome-terminal', ['--'], ['gnome', 'unity', 'cinnamon'] ),
('ptyxis', ['--'], ['gnome', 'unity', 'cinnamon'] ),
('konsole', ['-e'], ['kde'] ),
('xfce4-terminal', ['-e'], ['xfce'] ),
('mate-terminal', ['-e'], ['mate'] ),

0 comments on commit 8f8f4e1

Please sign in to comment.