Skip to content

Commit

Permalink
Новые статьи добавлены в config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Armatik committed Sep 18, 2023
1 parent 379fd56 commit 3236634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default defineConfig({
{ text: 'Epm', link: '/epm' },
{ text: 'Evince', link: '/evince' },
{ text: 'Extensions', link: '/extensions' },
{ text: 'Open Weather', link: '/openweather' },
{ text: 'Figma', link: '/figma' },
{ text: 'Firefox', link: '/firefox' },
{ text: 'Flatpak', link: '/flatpak' },
Expand Down Expand Up @@ -102,6 +103,7 @@ export default defineConfig({
items: [
{ text: 'Запуск приложений', link: '/launching-applications' },
{ text: 'Закрепить приложение в панели приложений', link: '/add-apps-panel-tasks.md' },
{ text: 'Открытие окон по центру экрана', link: '/windows-in-the-center'},
],
collapsed: true
}
Expand Down
2 changes: 1 addition & 1 deletion docs/windows-in-the-center.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

В различных сценариях использования компьютера появляется необходимость открытия окон по центру экрана. Сделаем это с помощью простой консольной команды.

```
```shell
gsettings set org.gnome.mutter center-new-windows true
```

Expand Down

0 comments on commit 3236634

Please sign in to comment.