Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
e1c2541dba
2 changed files with 22 additions and 0 deletions
|
@ -65,6 +65,9 @@ export PAPERSIZE=a4
|
|||
export POWERSHELL_TELEMETRY_OPTOUT=1
|
||||
export PYTHONWARNINGS=ignore::UserWarning
|
||||
|
||||
# Override this in ~/.config/bashrc or ~/.ssh/config.
|
||||
export LIBVIRT_DEFAULT_URI="qemu+ssh://vmhost/system"
|
||||
|
||||
if test -x /usr/bin/tty
|
||||
then
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
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/Adwaita/32x32/legacy/applications-system.png
|
||||
path=/usr/libexec/cockpit-desktop /machines
|
||||
|
||||
[launcher]
|
||||
icon=/usr/share/icons/hicolor/32x32/apps/virt-viewer.png
|
||||
path=/usr/bin/virt-viewer
|
Loading…
Reference in a new issue