Skip to content

Commit 61dd56c

Browse files
authored
Update README.md
1 parent cd10271 commit 61dd56c

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This is basic configuration to get you started. See individual projects repos ab
131131
Access cosmic-launcher with `Super+/`. This will eventually be moved to `Super` alone.
132132

133133
##### COSMIC COMP
134-
COSMIC Comp is the compositor for COSMIC DE. Its config file is located at `/etc/cosmic-comp/config.ron`. You can enable tiling by setting `tiling_enabled: true,` at the bottom of the file.
134+
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.
135135

136136
```shell
137137
sudo mkdir /etc/cosmic-comp
@@ -145,28 +145,16 @@ sudo -e /etc/cosmic-comp/config.ron
145145
Add `(modifiers: [], key: "Print"): Spawn("ksnip -t"),` to `/etc/cosmic-comp/config.ron`. The screenshot will open in a separate window for cropping and saving.
146146

147147
##### Panel Configuration
148-
```shell
149-
mkdir ~/.config/cosmic-panel
150-
cd ~/.config/cosmic-panel
151-
wget https://github.com/pop-os/cosmic-panel/raw/master_jammy/cosmic-panel-config/config.ron
152-
nano config.ron
153-
```
154-
To apply configuration changes, open System Monitor, find the cosmic-panel process and click End Process. The panel should restart automatically. If not, you may have an invalid option or syntax error. Correct the error and launch the panel with `cosmic-panel </dev/null &>/dev/null &`.
148+
Panels can now be configured in the COSMIC Settings app under Desktop > Desktop and Panel > Panel/Dock
155149

156-
##### Desktop Backgrounds
157-
Desktop backgrounds currently cycle through system backgrounds. They'll be configurable once cosmic-settings integration is complete.
150+
##### Desktop Wallpaper
151+
Wallpaper can now be configured in the COSMIC Settings app under Desktop > Wallpapers
158152

159153
##### WebGL on NVIDIA
160154
WebGL on NVIDIA is currently [broken](https://github.com/pop-os/cosmic-comp/issues/84) but will work in Google Chrome using software rendering.
161155

162156
`flatpak install com.google.Chrome`
163157

164-
Change flags to enable wayland and dark mode.
165-
```
166-
chrome://flags/#ozone-platform-hint (Wayland)
167-
chrome://flags/#enable-force-dark (Enabled)
168-
chrome://flags/#enable-webrtc-pipewire-capturer (Enabled)
169-
```
170158

171159
## Contact
172160
- [Mattermost](https://chat.pop-os.org/)

0 commit comments

Comments
 (0)