Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #145

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`

Expand All @@ -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)
Expand Down
Loading