Add weston.ini for VM host
This commit is contained in:
parent
dca35d0535
commit
d31e9c9eff
1 changed files with 19 additions and 0 deletions
19
roles/home-gui/files/weston.ini
Normal file
19
roles/home-gui/files/weston.ini
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Launch with `weston-launch`. Exit with Ctrl+Alt+Backspace.
|
||||||
|
|
||||||
|
[core]
|
||||||
|
xwayland=false
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
keymap_layout=us
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/Adwaita/32x32/legacy/utilities-terminal.png
|
||||||
|
path=/usr/bin/weston-terminal
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/hicolor/32x32/apps/virt-viewer.png
|
||||||
|
path=/usr/bin/virt-viewer
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
icon=/usr/share/icons/hicolor/32x32/apps/firefox.png
|
||||||
|
path=/usr/bin/firefox
|
Loading…
Add table
Reference in a new issue