Skip to content

Commit

Permalink
Add alacritty terminal emulator (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabwu authored Aug 8, 2024
1 parent da0c6ed commit a9e346d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nzblnkconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def config_linux():
{'term': 'uxterm',
'command': '-geometry 100x16+200+200 -e "{2} %u"'},
{'term': 'xterm',
'command': '-geometry 100x16+200+200 -e "{2} %u"'},)
'command': '-geometry 100x16+200+200 -e "{2} %u"'},
{'term': 'alacritty',
'command': '--title {0} --working-directory={1} -e {2} %u'},)

# Check terminals and create the desktop file with the first match

Expand Down

0 comments on commit a9e346d

Please sign in to comment.