diff --git a/apps/Foot Terminal/credits b/apps/Foot Terminal/credits new file mode 100644 index 0000000000..f3daeb3d5a --- /dev/null +++ b/apps/Foot Terminal/credits @@ -0,0 +1 @@ +Daniel Eklöf on Codeberg diff --git a/apps/Foot Terminal/description b/apps/Foot Terminal/description new file mode 100644 index 0000000000..f955f7c1fa --- /dev/null +++ b/apps/Foot Terminal/description @@ -0,0 +1,3 @@ +A fast, lightweight and minimalistic Wayland terminal emulator + +Run from Terminal: foot diff --git a/apps/Foot Terminal/icon-24.png b/apps/Foot Terminal/icon-24.png new file mode 100644 index 0000000000..71f8a840af Binary files /dev/null and b/apps/Foot Terminal/icon-24.png differ diff --git a/apps/Foot Terminal/icon-64.png b/apps/Foot Terminal/icon-64.png new file mode 100644 index 0000000000..ece46527e1 Binary files /dev/null and b/apps/Foot Terminal/icon-64.png differ diff --git a/apps/Foot Terminal/packages b/apps/Foot Terminal/packages new file mode 100644 index 0000000000..e1aeb23525 --- /dev/null +++ b/apps/Foot Terminal/packages @@ -0,0 +1 @@ +foot diff --git a/apps/Foot Terminal/website b/apps/Foot Terminal/website new file mode 100644 index 0000000000..c7cf8762cf --- /dev/null +++ b/apps/Foot Terminal/website @@ -0,0 +1 @@ +https://codeberg.org/dnkl/foot diff --git a/etc/categories b/etc/categories index db0f50e559..898b71d421 100644 --- a/etc/categories +++ b/etc/categories @@ -63,6 +63,7 @@ Firefox Rapid Release|Internet/Browsers Flameshot|Tools Floorp|Internet/Browsers Flow|Internet/Browsers +Foot Terminal|Terminals FreeCAD|Engineering FreeTube|Multimedia Friday Night Funkin' Rewritten|Games diff --git a/etc/terminal-run b/etc/terminal-run index ac88033994..30f5284667 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -40,7 +40,8 @@ tilix tilix.wrapper qterminal alacritty -kitty' +kitty +foot' #Try to honor the preference of update-alternatives x-terminal-emulator terminal="$(basename "$(readlink -f "$(command -v x-terminal-emulator)")")" @@ -111,6 +112,9 @@ elif [ "$choice" == alacritty ];then elif [ "$choice" == kitty ];then kitty bash -c "$commands" & + +elif [ "$choice" == foot ];then + foot bash -c "$commands" & else error 'Failed to locate any terminal emulators!!!'"