Skip to content

Commit 2df58d5

Browse files
committed
Typo
1 parent 850bf51 commit 2df58d5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# gnome-shell-extension-another-window-session-manager
22
Close and save open windows. And restore saved windows sessions.
33

4-
Most importantly, It supports both X.org and Wayland!
4+
Most importantly, it supports both X.org and Wayland!
55

6-
This project is in early development, I'm planing to add some other features, but it basicly works now.
6+
This project is in early development, I'm planing to add some other features, but it basically works now.
77

88
# Screenshot
99

@@ -38,20 +38,20 @@ After confirm to save:
3838

3939
# Panel menu items
4040

41-
## Icons descpription
41+
## Icons description
4242

4343
| Icon | Description |
4444
|--------------------------------------------------------------|--------------------------------------------------------------|
45-
| <img src=icons/save-symbolic.svg width="14" height="14"> | Save open windows as a sesson, which name is the item's name |
46-
| <img src=icons/restore-symbolic.svg width="14" height="14"> | Restore the saved sesson using the item's name |
45+
| <img src=icons/save-symbolic.svg width="14" height="14"> | Save open windows as a session, which name is the item's name |
46+
| <img src=icons/restore-symbolic.svg width="14" height="14"> | Restore the saved session using the item's name |
4747
| <img src=icons/move-symbolic.svg width="14" height="14"> | Move the open windows using the item's name |
4848
| <img src=icons/close-symbolic.svg width="14" height="14"> | Close the current open windows |
4949

5050
# Dependencies
5151
This project uses `ps` to get some information from a process, install it via `dnf install procps-ng` if don't have.
5252

5353
# limitation
54-
- It denpends on St(Shell Toolkits) and Shell APIs so heavily
54+
- It depends on St(Shell Toolkit) and Shell APIs so heavily
5555
- ...
5656

5757
# TODO

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_generated": "Generated by SweetTooth, do not edit",
3-
"description": " A Gnome shell extension to close and save open windows. And restore saved windows. Most importantly, It supports both X.org and Wayland!",
3+
"description": " A Gnome shell extension to close and save open windows. And restore saved windows. Most importantly, it supports both X.org and Wayland!",
44
"name": "Another Window Session Manager",
55
"shell-version": [
66
"40",

0 commit comments

Comments
 (0)