Skip to content

Commit c7c8420

Browse files
committed
docs(keybinds): clarify that wallpaper random monitor is optional
1 parent 727927c commit c7c8420

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/getting-started/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Find answers to common questions about Noctalia installation, configuration, and
1515

1616
Noctalia is officially packaged for Arch, NixOS, Gentoo, Fedora, Debian (including Ubuntu and PikaOS), openSUSE, and Void Linux. See the [Installation guide](/getting-started/installation/) for details.
1717

18-
For other distributions, you can install manually but will need to build **[noctalia-qs](https://github.com/noctalia-dev/noctalia-qs)** (our custom fork of Quickshell) from source the upstream `quickshell` package from your distro's repositories will not work. See the [manual installation instructions](/getting-started/installation/#manual-install) for steps.
18+
For other distributions, you can install manually but will need to build **[noctalia-qs](https://github.com/noctalia-dev/noctalia-qs)** (our custom fork of Quickshell) from source - the upstream `quickshell` package from your distro's repositories will not work. See the [manual installation instructions](/getting-started/installation/#manual-install) for steps.
1919

2020
</FaqItem>
2121

2222
<FaqItem question="Can I use noctalia-qs with other Quickshell-based projects?">
2323

24-
Yes! **noctalia-qs** is a drop-in replacement for upstream Quickshell it provides the same `qs` command and supports the same configs, so any Quickshell-based project will work with noctalia-qs without changes.
24+
Yes! **noctalia-qs** is a drop-in replacement for upstream Quickshell - it provides the same `qs` command and supports the same configs, so any Quickshell-based project will work with noctalia-qs without changes.
2525

26-
However, **noctalia-qs and upstream Quickshell cannot be installed at the same time** since they provide the same packages. If you already have noctalia-qs installed for Noctalia, you can use it to run any other Quickshell config no need to install upstream Quickshell separately.
26+
However, **noctalia-qs and upstream Quickshell cannot be installed at the same time** since they provide the same packages. If you already have noctalia-qs installed for Noctalia, you can use it to run any other Quickshell config - no need to install upstream Quickshell separately.
2727

2828
</FaqItem>
2929

src/content/docs/getting-started/keybinds/interface-and-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ qs -c noctalia-shell ipc call toast send '{"title": "Connection failed", "body":
122122
| **Selector** | <IpcCommand command="wallpaper toggle" /> | Toggle wallpaper selector |
123123
| **Get Wallpaper** | <IpcCommand command="wallpaper get $monitor" /> | Get path to wallpaper on monitor |
124124
| **Set Wallpaper** | <IpcCommand command="wallpaper set $path $monitor" /> | Set wallpaper on monitor |
125-
| **Random** | <IpcCommand command="wallpaper random $monitor" /> | Apply random wallpaper on monitor |
125+
| **Random** | <IpcCommand command="wallpaper random $monitor" /> | Apply random wallpaper (omit monitor for all) |
126126
| **Toggle Auto** | <IpcCommand command="wallpaper toggleAutomation" /> | Toggle automation |
127127
| **Enable Auto** | <IpcCommand command="wallpaper enableAutomation" /> | Enable automation |
128128
| **Disable Auto** | <IpcCommand command="wallpaper disableAutomation" /> | Disable automation |

0 commit comments

Comments
 (0)