Update README.md

This commit is contained in:
Shawn Anderson 2023-06-16 20:47:43 -07:00 committed by GitHub
parent 9d81e50bc5
commit 298f60b5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 11 deletions

View File

@ -120,33 +120,37 @@ To install:
prefix + I
```
16. Gnome tweaks
16. Gnome tweaks (Optional)
Setting key repeat and interval:
```
gsettings set org.gnome.desktop.peripherals.keyboard delay 175
gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 12
```
Make launcher work when an app is open in full screen:
```
gsettings set org.gnome.shell.extensions.pop-shell fullscreen-launcher true
```
Make alt-tab workspace specific:
```
gsettings set org.gnome.shell.app-switcher current-workspace-only true
```
Add week numbers to calendar:
```
gsettings set org.gnome.desktop.calendar show-weekdate true
```
Add Weekday to panel date:
```
gsettings set org.gnome.desktop.interface clock-show-weekday true
```
Make alt-tab workspace specific:
Set background opacity for dash to dock:
```
gsettings set org.gnome.shell.app-switcher current-workspace-only true
```
Allow switcher when in full screen:
```
gsettings set org.gnome.shell.extensions.pop-shell fullscreen-launcher true
gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.4
```
17. Install Gnome Extensions. Here is an example of some extensions that I use:
@ -156,17 +160,25 @@ To install:
18. Load Dconf to load gnome extension tweaks
```
Coming Soon...
More Coming Soon...
```
19. Load custom keybaord mappings and shortcuts
* Hide all windows: super+d
* Workspaces: super+w
* Open Calendar: super+c
* Open Gmail: super+g
* Open Files: super+f
* Open Browser: super+b
* Open Terminal: super+t
```
Coming Soon...
More Coming Soon...
```
20. Install Apps and Programs
20. Install Apps and Programs through Pop Shop
* OBS, Discord, Telegram, Lutris, Slack, Spotify, Clementine, QDirStat, Zoom
```
Coming Soon...
More Coming Soon...
```
### Notes