mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
A new kitten to draw dock panels on X11 desktops showing the output from running arbitrary terminal programs
This commit is contained in:
@@ -12,7 +12,7 @@ aliases = {'url_hints': 'hints'}
|
||||
|
||||
|
||||
def resolved_kitten(k):
|
||||
return aliases.get(k, k)
|
||||
return aliases.get(k, k).replace('-', '_')
|
||||
|
||||
|
||||
def import_kitten_main_module(config_dir, kitten):
|
||||
|
||||
Reference in New Issue
Block a user