diff --git a/astro.config.mjs b/astro.config.mjs index ee5e70a..42753df 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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' }, diff --git a/src/assets/images/cinnamon-bar.png b/src/assets/images/cinnamon-bar.png new file mode 100644 index 0000000..eb40b51 Binary files /dev/null and b/src/assets/images/cinnamon-bar.png differ diff --git a/src/assets/images/cinnamon-cmd.png b/src/assets/images/cinnamon-cmd.png new file mode 100644 index 0000000..0ed4d41 Binary files /dev/null and b/src/assets/images/cinnamon-cmd.png differ diff --git a/src/assets/images/cinnamon-desktop.png b/src/assets/images/cinnamon-desktop.png new file mode 100644 index 0000000..b8a868f Binary files /dev/null and b/src/assets/images/cinnamon-desktop.png differ diff --git a/src/assets/images/cinnamon-menu.png b/src/assets/images/cinnamon-menu.png new file mode 100644 index 0000000..69a9f77 Binary files /dev/null and b/src/assets/images/cinnamon-menu.png differ diff --git a/src/assets/images/cinnamon-secmenu.png b/src/assets/images/cinnamon-secmenu.png new file mode 100644 index 0000000..c11324c Binary files /dev/null and b/src/assets/images/cinnamon-secmenu.png differ diff --git a/src/content/docs/en/configuration/cinnamon.mdx b/src/content/docs/en/configuration/cinnamon.mdx new file mode 100644 index 0000000..c685db3 --- /dev/null +++ b/src/content/docs/en/configuration/cinnamon.mdx @@ -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 | + +