Update README.md

This commit is contained in:
Aaron Honeycutt
2023-10-19 07:50:59 -06:00
committed by Jeremy Soller
parent e67428f88a
commit 7b210189b5
+8 -2
View File
@@ -131,7 +131,7 @@ After logging out, click on your user and there will be a sprocket at the bottom
#### Configuring COSMIC DE
This is basic configuration to get you started. See individual projects repos above for details.
Access cosmic-launcher with `Super+/`. This will eventually be moved to `Super` alone.
Access cosmic-launcher with `Super` and cosmic-applibrary with `Super+a`.
##### COSMIC COMP
COSMIC Comp is the compositor for COSMIC DE. Its config file is located at `/etc/cosmic-comp/config.ron`. You can enable tiling by default by setting `tiling_enabled: true,` at the bottom of the file. Super+y will toggle tiling per workspace.
@@ -142,6 +142,13 @@ sudo cp cosmic-comp/config.ron /etc/cosmic-comp
sudo -e /etc/cosmic-comp/config.ron
```
###### Scaling
Changing the scaling of the DE can be done in this file:
```shell
nano ~/.local/state/cosmic-comp/outputs.ron
```
##### Screenshots
`sudo apt install ksnip qtwayland5`
@@ -158,7 +165,6 @@ WebGL on NVIDIA is currently [broken](https://github.com/pop-os/cosmic-comp/issu
`flatpak install com.google.Chrome`
## Contact
- [Mattermost](https://chat.pop-os.org/)
- [Twitter](https://twitter.com/pop_os_official)