You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GNOME](https://www.gnome.org/) is one of the most popular desktop environments in the whole Linux community. It is used by major Linux distributions such as [Ubuntu](https://ubuntu.com/), [Pop!\_OS](https://pop.system76.com/), and [[Fedora Workstation]].
12
+
13
+
## Customization
14
+
15
+
### Setting up the theme
16
+
17
+
1. Open *Settings* and do the following:
18
+
- Select **Dark** in `Appearance > Style`.
19
+
- Go to `Date & Time > Clock & Calendar` and set the following into their assigned values:
| Switch to the next window (with wrap-around) |`Super+]`|
74
+
| Switch to the previous window (with wrap-around) |`Super+[`|
75
+
| Switch to previously active window |`Super+Tab`|
76
+
| Switch to previously active window, backward order |`Shift+Super+Tab`|
77
+
| Switch to previously active scratch window |`Ctrl+Super+Tab`|
78
+
| Switch to previously active scratch window, backward order |`Shift+Ctrl+Super+Tab`|
79
+
| Move the active window to the left |`Shift+Super+Left`|
80
+
| Move the active window to the right |`Shift+Super+Right`|
81
+
| Move the active window up |`Shift+Super+Up`|
82
+
| Move the active window down |`Shift+Super+Down`|
83
+
| Activate the window under mouse cursor |`Super+Backslash`|
84
+
| Switch to previously active workspace |*Disabled*|
85
+
| Switch to previously active workspace, backward order |*Disabled*|
86
+
| Move the active window to the previously active workspace |*Disabled*|
87
+
| Move the active window to the previously active workspace, backward order |*Disabled*|
88
+
| Switch to workspace above (ws only from current monitor) |`Alt+Super+Up`|
89
+
| Switch to workspace below (ws only from current monitor) |`Alt+Super+Down`|
90
+
| Move window one workspace up |`Shift+Alt+Super+Up`|
91
+
| Move window one workspace down |`Shift+Alt+Super+Down`|
92
+
| Switch to the right monitor |`Ctrl+Super+Right`|
93
+
| Switch to the left monitor |`Ctrl+Super+Left`|
94
+
| Switch to the above monitor |`Ctrl+Super+Up`|
95
+
| Switch to the below monitor |`Ctrl+Super+Down`|
96
+
| Swap workspace with monitor to the right |*Disabled*|
97
+
| Swap workspace with monitor to the left |*Disabled*|
98
+
| Swap workspace with monitor above |*Disabled*|
99
+
| Swap workspace with monitor below |*Disabled*|
100
+
| Move the active window to the right monitor |`Ctrl+Alt+Super+Right`|
101
+
| Move the active window to the left monitor |`Ctrl+Alt+Super+Left`|
102
+
| Move the active window to the above monitor |`Ctrl+Alt+Super+Up`|
103
+
| Move the active window to the below monitor |`Ctrl+Alt+Super+Down`|
104
+
| Toggles the floating scratch layer |`Super+Tilde`|
105
+
| Attach/detach the active window into the scratch layer |`Shift+Super+~`|
106
+
107
+
[^1]: SF Pro is made by Apple. You have to download their font package from [their website](https://developer.apple.com/fonts/), extract the fonts using `dmg2img`, and then install it into your system.
108
+
[^2]: You can get nerd fonts at [nerdfonts.com](https://www.nerdfonts.com/).
Copy file name to clipboardExpand all lines: Operating Systems/Fedora Workstation/Fedora Workstation.md
+12-97Lines changed: 12 additions & 97 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
---
2
+
title: Fedora Workstation
3
+
description: My Fedora Workstation configuration
4
+
draft: false
5
+
tags:
6
+
- linux
7
+
- linux/distro
8
+
---
1
9
# Fedora Workstation
2
10
3
11
This is a guide on how I customize my Fedora installation. [Fedora Workstation](https://fedoraproject.org/) is a great operating system if you want something between a beginner-friendly Linux distribution (e.g., [Linux Mint](https://linuxmint.com/)) and a highly customizable and experimental distro (e.g., [Arch Linux](https://archlinux.org/)).
@@ -20,7 +28,7 @@ This is a guide on how I customize my Fedora installation. [Fedora Workstation](
20
28
>
21
29
> - English (US)
22
30
>
23
-
> The rest are added in the customization part of the guide.
31
+
> The rest are added later in the customization part of the guide.
24
32
25
33
4. Restart the machine.
26
34
5. Follow the on-screen instructions.
@@ -33,16 +41,15 @@ This is a guide on how I customize my Fedora installation. [Fedora Workstation](
Copy file name to clipboardExpand all lines: Shells/ZSH/ZSH.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
---
2
+
title: ZSH
3
+
description: My ZSH setup
4
+
draft: false
5
+
tags:
6
+
- linux
7
+
- linux/shell
8
+
---
1
9
# ZSH
2
10
3
11
> "The [Z shell](https://www.zsh.org/) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. ZSH is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh."
Copy file name to clipboardExpand all lines: Terminals/Termux/Termux.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
---
2
+
title: Termux
3
+
description: My Termux customization setup.
4
+
draft: false
5
+
tags:
6
+
- android
7
+
- android/terminal
8
+
- linux
9
+
- linux/terminal
10
+
---
1
11
# Termux
2
12
3
13
[Termux](https://termux.dev/) is an Android terminal emulator and a Linux environment. It can be used to run most Linux software without root. This guide will help at setting up and configuring Termux.
0 commit comments