test: launch an application from the shell

This commit is contained in:
DL
2025-06-17 09:36:58 +02:00
parent 8c70733b9b
commit 12014a121d
5 changed files with 42 additions and 6 deletions

View File

@@ -15,4 +15,16 @@ Default theme can be set using the envar `DIYA_DEFAULT_THEME`, this will cause t
# Virtual keyboard layout
Default virtual keyboard keymap can be set via the `DIYA_VKB_KEYMAP` environment variable. When created virtual keyboard,
the shell will search for keymap file in: `/home/$USER/.config/diya/xkb/${DIYA_VKB_KEYMAP}.keymap`
the shell will search for keymap file in: `/home/$USER/.config/diya/xkb/${DIYA_VKB_KEYMAP}.keymap`
# Launch terminal based application
create file in `/home/$USER/bin/xdg-terminal-exec` with:
```sh
#! /bin/sh
foot $@
```
this allows gtk4-launch to launch a terminal based application