Skip to content

Commit

Permalink
Добавлено: Xeyes
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCatCatcher committed Mar 3, 2024
1 parent c514156 commit ada1e04
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const docs = [
{ text: 'VK Мессенджер', link: '/vk-messenger' },
{ text: 'WhatsApp Desktop', link: '/whatsapp-desktop' },
{ text: 'WPS Office', link: '/wps-office' },
{ text: 'Xeyes', link: '/xeyes' },
{ text: 'XLSCLIENTS', link: '/xlsclients' },
{ text: 'Xmind', link: '/xmind' },
{ text: 'Яндекс Браузер', link: '/yandex-browser' },
Expand Down
27 changes: 27 additions & 0 deletions docs/apps/xeyes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Xeyes
Xeyes — программа, которая отображает на экране два глаза, следящих за движениями курсора мыши, как если бы они наблюдали за ними.

## Использование программы
Программу можно использовать как индикацию того, использует ли окно протокол Wayland:

- если при перемещении курсора в окне глаза **двигаются**, окно использует **X11**
- если глаза **не двигаются**, окно использует **Wayland**

![xeyes1.png](/xeyes/xeyes1.png)

## Установка из репозитория

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install xeyes
```
```shell[epm]
epm -i xeyes
```

:::
Binary file added docs/public/xeyes/xeyes1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ada1e04

Please sign in to comment.