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

38 lines
1.1 KiB
Markdown
Raw Normal View History

2022-09-04 12:54:22 +00:00
---
creation date: 2022-01-08
tags: [note,linux,archlinux,gnome,wm]
---
# GNOME
2022-09-04 13:51:53 +00:00
For theming, please have a look at [[KB/Linux/Desktop/Theming Qt and Gtk]]. _Adwaita_ is the default and has some advantages when using GNOME (consistent look).
2022-09-04 12:54:22 +00:00
## 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.