This commit is contained in:
2026-04-25 18:37:08 +07:00
parent 3cfa46d476
commit 0e965e9583
4 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static bool keyboard_handle_keybind(struct absinthe_server *server, xkb_keysym_t
break;
case XKB_KEY_Return:
if (fork() == 0)
execl("/bin/sh", "sh", "-c", "foot", NULL);
execl("/bin/sh", "sh", "-c", "ghostty", NULL);
break;
case XKB_KEY_r:
if (fork() == 0)