1
0
Fork 0
knowledge-base/KB/Linux/GNOME.md

52 lines
No EOL
1.3 KiB
Markdown

---
creation date: 2022-01-08
tags: [note,linux,archlinux,gnome,wm]
---
# GNOME
## Theme
- Apps: Arc Darker
- Cursor: Adwaita
- Icons: Papirus
- GNOME Terminal: https://github.com/Mayccoll/Gogh
## Fonts
Please install necessary [[KB/Linux/Desktop/Fonts]] first.
- Interface Text: Noto Sans Regular 11
- Document Text: Noto Sans Regular 11
- Monospace Text: Source Code Pro 10
- (Legacy) Window Titles: Noto Sans Bold 11
- Hinting: Slight
- Antialiasing: Standard (Grayscale)
## Extensions
**!!! Alternate Tab already included! Look for _shortcuts and Switch Window_ and set it to alt+tab !!!**
Install connector for managing extensions inside your browser
```shell
gnome-browser-connector
```
```json
[
"appindicatorsupport@rgcjonas.gmail.com",
"dash-to-dock@micxgx.gmail.com",
"launch-new-instance@gnome-shell-extensions.gcampax.github.com",
"workspace-indicator@gnome-shell-extensions.gcampax.github.com"
]
```
`Mod+Q` overlaps with `dash-to-dock`, disable it in extension settings.
## Shortcuts
- Switch Window: alt/super + tab
- Maybe you like to simulate a tiling WM ([[KB/Linux/Desktop/i3]] or [[KB/Linux/Desktop/sway]]) or shortcuts you're used to.
## dconf for details
Install `dconf` and use the GUI programm to edit any values in `org.gnome`, e.g. `interface` or `nautilus`. Should be self-explaining.