test: launch an application from the shell
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
Reference in New Issue
Block a user