Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: уточнение имени Nautilus Backspace #614

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const sidebar: Record<string, DefaultTheme.Sidebar> = {
{ text: 'Gtk4 Desktop Icons NG', link: '/gtk4-desktop-icons' },
{ text: 'Just Perfection', link: '/just-perfection' },
{ text: 'Legacy (GTK3) Theme Scheme Auto Switcher', link: '/legacy-theme-auto-switcher' },
{ text: 'Nautilus Backspace Back', link: '/nautilus-backspace-back' },
{ text: 'Nautilus Backspace', link: '/nautilus-backspace-back' },
{ text: 'OpenWeather Refined', link: '/openweather' },
{ text: 'OSD Volume Number', link: '/osd-volume-number' },
{ text: 'Status Area Horizontal Spacing', link: '/status-area-horizontal-spacing' },
Expand Down
16 changes: 9 additions & 7 deletions docs/extensions/nautilus-backspace-back.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aggregation:
sisyphus: nautilus-backspace
appstream:
name: Nautilus Backspace Back
name: Nautilus Backspace
summary: Возврат к папкам в Nautilus по одной клавише
developer:
name: ALT Gnome Team
Expand All @@ -15,37 +15,39 @@ appstream:
bugtracker: https://github.com/alt-gnome-team/nautilus-backspace/issues
---

# Nautilus Backspace Back
# Nautilus Backspace

Если вы привыкли возвращаться к папкам через клавишу [[Backspace]], как в Windows проводнике, то этот плагин может вернуть такое поведение.

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

{{ $frontmatter.appstream?.name }} можно установить через терминал:
**{{ $frontmatter?.appstream?.name }}** можно установить любым привычным и удобным способом:

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

::: code-group

```shell-vue[apt-get]
su -
apt-get update
apt-get install {{ $frontmatter?.aggregation?.sisyphus }}
apt-get install {{ $frontmatter?.aggregation?.sisyphus?.id ?? $frontmatter?.aggregation?.sisyphus }}
```

```shell-vue[epm]
epm -i {{ $frontmatter.aggregation?.sisyphus }}
epm -i {{ $frontmatter?.aggregation?.sisyphus?.id ?? $frontmatter?.aggregation?.sisyphus }}
```

:::

## Настройка

Открываем config:
1. Откройте файл `config`:

```shell
nano ~/.config/nautilus_backspace/config
```

Вставляем необходимое сочетание:
2. Установите необходимое сочетание:

```ini
[DEFAULT]
Expand Down