This commit is contained in:
2026-04-24 21:33:50 +07:00
parent adef719782
commit 30e0b73447
5 changed files with 24 additions and 13 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", "alacritty", NULL);
execl("/bin/sh", "sh", "-c", "foot", NULL);
break;
case XKB_KEY_r:
if (fork() == 0)