Skip to content

Commit

Permalink
Create Cinnamon docs
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 11, 2023
1 parent b2534f8 commit 5a81094
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default defineConfig({
{ label: 'Bspwm', link: '/en/configuration/bspwm' },
{ label: 'KDE Plasma', link: '/en/configuration/kde' },
{ label: 'MATE', link: '/en/configuration/mate' },
{ label: 'Cinnamon', link: '/en/configuration/cinnamon' },
{ label: 'XFCE', link: '/en/configuration/xfce' },
{ label: 'Hyprland', link: '/en/configuration/hyprland' },
{ label: 'NVIDIA GPU', link: '/en/configuration/nvidia' },
Expand Down
Binary file added src/assets/images/cinnamon-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/cinnamon-cmd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/cinnamon-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/cinnamon-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/cinnamon-secmenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions src/content/docs/en/configuration/cinnamon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: Cinnamon
description: Cinnamon environment in Athena OS.
---
import ImageComponent from "@components/ImageComponent.astro";
import ThemedImage from '@components/ThemedImage.astro';

[Cinnamon](https://wiki.archlinux.org/title/cinnamon) combines a traditional desktop layout with modern graphical effects.

In Athena OS, Cinnamon provides a simple environment and quick access to cyber resources.

![Cinnamon Environment](@assets/images/cinnamon-desktop.png)

It consists of several elements that will shown in this chapter.

## Desktop

The desktop consists of a bottom bar with a menu and several elements that provide access to several resources as settings, directories and applications.

![Cinnamon Bar](@assets/images/cinnamon-bar.png)

By clicking on **Cinnamon menu icon**, you can access to a menu list containing any resource you need.

![Cinnamon Menu](@assets/images/cinnamon-menu.png)

Here, you can find Blue and Red Team categories that provide access to Cyber Security tools.

![Cinnamon Sec Tools](@assets/images/cinnamon-secmenu.png)

It is possible to run commands also by **command** dialog by pressing **ALT + F2**.

![Cinnamon Run Command](@assets/images/cinnamon-cmd.png)

On the bar, next to **application menu** button, you can see several useful elements like **Nemo** to access to the home folder of your user account and useful cyber resources as wordlists, shells and some tools. On the right side of the bar you can find audio mixer, network settings and calendar.

## Keybindings

Here are reported some useful **keybindings** set by default in Athena OS Cinnamon.

| Keybind | Description |
| ------- | ----------- |
| **Super + E** | Launch terminal |
| **Super + ALT + S** | Turn screen reader on or off |
| **CTRL + ALT + Down** | Show the windows selection screen |
| **CTRL + ALT + Up** | Show the workspace selection screen |
| **Super + D** | Show desktop |
| **ALT + TAB** | Cycle through open windows |
| **Shift + ALT + TAB** | Cycle backwards through open windows |
| **CTRL + ALT + TAB** | Cycle through windows from all workspaces |
| **CTRL + Shift + ALT + TAB** | Cycle backwards through windows from all workspaces |
| **ALT + F2** | Run command dialog |
| **Super + L** | Toggle Looking Glass |
| **ALT + F4** | Close window |
| **ALT + F5** | Unmaximize window |
| **ALT + F7** | Move window |
| **ALT + F8** | Resize window |
| **ALT + F10** | Toggle maximiization state |
| **ALT + Space** | Show window menu |
| **Super + \{Left, Down, Up, Right\}** | Push tile to the specified direction |
| **CTRL + Shift + ALT + \{Left, Down, Up, Right\}** | Move window to the workspace at the specified direction |
| **Super + Shift + \{Left, Down, Up, Right\}** | Move window to the monitor at the specified direction |
| **CTRL + ALT + \{Left, Right\}** | Switch to the workspace at the specified direction |
| **Super + O** | Orientation lock |
| **Print** | Take a screenshot |
| **CTRL + Print** | Copy a screenshot to clipboard |
| **Shift + Print** | Take a screenshot of an area |
| **CTRL + Shift + Print** | Copy a screenshot of an area to clipboard |
| **ALT + Print** | Take a screenshot of a window |
| **CTRL + ALT + Print** | Copy a screenshot of a window to clipboard |
| **CTRL + Shift + ALT + R** | Toggle recording desktop |
| **CTRL + ALT + L** | Lock screen |
| **CTRL + ALT + Del** | Logout |
| **CTRL + ALT + Esc** | Restart Cinnamon |
| **CTRL + ALT + End** | Shutdown |

<ImageComponent />

0 comments on commit 5a81094

Please sign in to comment.