-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
99 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
--- | ||
title: XFCE | ||
description: XFCE environment in Athena OS. | ||
--- | ||
import ImageComponent from "@components/ImageComponent.astro"; | ||
import ThemedImage from '@components/ThemedImage.astro'; | ||
|
||
[XFCE](https://wiki.archlinux.org/title/xfce) is a lightweight and modular desktop environment currently based on GTK 3. | ||
|
||
In Athena OS, XFCE has been has been deployed in different environments: XFCE | ||
|
||
## XFCE Picom | ||
|
||
The environment is pretty simple and characterized by a lateral vertical bar that provides access to all applications and settings. | ||
|
||
![XFCE Picom](@assets/images/xfce-picom.png) | ||
|
||
The XFCE lateral bar is composed of a menu on top of it that allows you to access to several applications. | ||
|
||
![XFCE Picom Bar](@assets/images/xfce-picom-bar.png) | ||
|
||
Here, you can find Blue and Red Team categories that provide access to Cyber Security tools. | ||
|
||
![XFCE Picom Sec Tools](@assets/images/xfce-picom-sectools.png) | ||
|
||
Following the menu button, you can find circle icons that represent workspaces where to organize your work. | ||
|
||
On the bottom side of the bar, several elements are shown as network connection, system metrics, audio settings, battery and power menu. | ||
|
||
## XFCE Well | ||
|
||
Unlike the previous environment, it is composed of a top bar that provides access to all applications and settings, and a menu dock at bottom side. | ||
|
||
![XFCE Well](@assets/images/xfce-well.png) | ||
|
||
The XFCE top bar is composed of a menu button on left side that allows you to access to several applications. | ||
|
||
![XFCE Well Bar](@assets/images/xfce-well-bar.png) | ||
|
||
Here, you can find Blue and Red Team categories that provide access to Cyber Security tools. | ||
|
||
![XFCE Well Sec Tools](@assets/images/xfce-well-sectools.png) | ||
|
||
Following the menu button, you can find some shortcuts and, on the right side, system metrics diagrams, emoji icons that represent workspaces where to organize your work and, finally, several elements as network connection, system metrics, audio settings, battery and power menu. | ||
|
||
On the bottom side of the environment, a menu dock is implemented in order to access quickly to the cyber resources you need for your hacking activity. | ||
|
||
![XFCE Well Menu Dock](@assets/images/xfce-well-menudock.png) | ||
|
||
## Desktop | ||
|
||
The desktop in both of the XFCE environemnts is pretty simple in terms of elements. You have mainly a bar, a wallpaper and a sidebar on picom environment. | ||
|
||
By right-click on the desktop, you can access to menu applications. | ||
|
||
![XFCE Desktop Menu](@assets/images/xfce-desktop-menu.png) | ||
|
||
You can access applications also by calling the App Finder in two ways: | ||
|
||
**Collapsed** by **ALT + F2** | ||
|
||
![XFCE Collapsed AppFinder](@assets/images/xfce-collapsed-appfinder.png) | ||
|
||
**Extended** by **ALT + F3** | ||
|
||
![XFCE Extended AppFinder](@assets/images/xfce-extended-appfinder.png) | ||
|
||
In XFCE Picom, by pressing **Super + S**, you can access to the desktop sidebar showing several information about the system. | ||
|
||
![XFCE Sidebar](@assets/images/xfce-picom-sidebar.png) | ||
|
||
## Keybindings | ||
|
||
Here are reported some useful **keybindings** set by default in Athena OS GNOME. | ||
|
||
| Keybind | Description | | ||
| ------- | ----------- | | ||
| **Super + Enter** | Open the Terminal | | ||
| **Super + E** | Open the File Manager | | ||
| **Super + L** | Lock the screen | | ||
| **Super + Q** | Power Menu | | ||
| **Super + A** | Open ArmCord | | ||
| **Super + B** | Open browser | | ||
| **Super + S** | Open sidebar | | ||
| **ALT + Super + S** | Open Orca | | ||
| **ALT + F2** | Open collapsed App Finder | | ||
| **ALT + F3** | Open expanded App Finder | | ||
| **Super + P** | Open Display settings | | ||
| **ALT + F1** | Popup Desktop application menu | | ||
| **Print** | Open screenshot menu | | ||
| **Shift + Print** | Select region to take screenshot | | ||
| **ALT + Print** | Take screenshot of active window | | ||
| **CTRL + Shift + Esc** | Open Task Manager | | ||
| **CTRL + ALT + Delete** | Logout | | ||
|
||
|
||
<ImageComponent /> |