Skip to content

Commit

Permalink
mention power-profile-daemon, fix hyprland urgent-window
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur committed Feb 26, 2024
1 parent 2ef7bb2 commit fb23088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/services/hyprland.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Hyprland
## signals

* `event`: `(name: string, data: string)`: [hyprland ipc events](https://wiki.hyprland.org/IPC/#events-list)
* `urgent-window`: `(windowaddress: int)`
* `urgent-window`: `(windowaddress: string)`
* `keyboard-layout`: `(keyboardname: string, layoutname: string)`
* `submap`: `(name: string)`
* `monitor-added`: `(name: number)`
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/services/power-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: Power Profiles
---

:::note
package dependancy: `power-profiles-daemon`
on NixOS enable `services.power-profiles-daemon`
:::

## signals

* `profile-released` `(id: number)`
Expand Down

0 comments on commit fb23088

Please sign in to comment.