diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 1848fc8d..d7a4a60a 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -93,7 +93,8 @@ DEFAULTS = { 'title_inactive_fg_color' : '#000000', 'title_inactive_bg_color' : '#c0bebf', 'enabled_plugins' : ['LaunchpadBugURLHandler', - 'LaunchpadCodeURLHandler'], + 'LaunchpadCodeURLHandler', + 'APTURLHandler'], }, 'keybindings': { 'zoom_in' : 'plus',