Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/install-davinci-resolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DaVinci Resolve requires an NVIDIA GPU to run. (Intel GPUs lack the necessary Op
The following packages will be needed to build, install, and run DaVinci Resolve:

```bash
sudo apt install fakeroot libglu1-mesa libssl3 ocl-icd-opencl-dev xorriso
sudo apt install fakeroot libglu1-mesa libssl3 ocl-icd-opencl-dev qtwayland5 xorriso
```

### Download DaVinci Resolve and the MakeResolveDeb script
Expand Down
7 changes: 3 additions & 4 deletions content/pop-cosmic-keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ The launcher allows searching through open windows and installed applications. I
| `=` or start typing an equation | Calculate and equation |
| `?` | Help menu |


### Navigation

| Shortcut | Action |
Expand Down Expand Up @@ -96,9 +95,9 @@ The launcher allows searching through open windows and installed applications. I
| <kbd>SUPER</kbd> + <kbd>Y</kbd> | Toggle window tiling for the current workspace |
| <kbd>SUPER</kbd> + <kbd>G</kbd> | Toggle floating window |
| <kbd>SUPER</kbd> + <kbd>O</kbd> | Change window orientation inside the tiled layout from vertical to horizontal |
| <kbd>SUPER</kbd> + <kbd>X</kbd> | Swap windows using direction keys to indicate a window for swap |
| <kbd>SUPER</kbd> + <kbd>X</kbd> | Swap windows using direction keys to indicate a window for swap |
| <kbd>SUPER</kbd> + <kbd>U</kbd> | Select additional windows up in the tiling tree (which then can be managed together) |
| <kbd>SUPER</kbd> + <kbd>I</kbd> | Select fewer windows up in the tiling tree (which then can be managed together) |
| <kbd>SUPER</kbd> + <kbd>I</kbd> | Select fewer windows up in the tiling tree (which then can be managed together) |

### Other system shortcuts

Expand All @@ -108,7 +107,7 @@ The launcher allows searching through open windows and installed applications. I
| <kbd>SUPER</kbd> + <kbd>W</kbd> | Toggle Workspaces Overview |
| <kbd>SUPER</kbd> + <kbd>F</kbd> | Open Files |
| <kbd>SUPER</kbd> + <kbd>T</kbd> | Open Terminal |
| <kbd>SUPER</kbd> + <kbd>Escape</kbd> | Lock screen |
| <kbd>SUPER</kbd> + <kbd>Escape</kbd> | Lock screen |
| <kbd>SUPER</kbd> + <kbd>Shift</kbd> + <kbd>Escape</kbd> | Log out |
| <kbd>Print</kbd> | Take a screenshot |
| <kbd>Print</kbd> + <kbd>Space</kbd> | Switch between added language/input sources |
Expand Down