Skip to content

Commit fb23088

Browse files
committed
mention power-profile-daemon, fix hyprland urgent-window
1 parent 2ef7bb2 commit fb23088

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/content/docs/services/hyprland.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Hyprland
55
## signals
66

77
* `event`: `(name: string, data: string)`: [hyprland ipc events](https://wiki.hyprland.org/IPC/#events-list)
8-
* `urgent-window`: `(windowaddress: int)`
8+
* `urgent-window`: `(windowaddress: string)`
99
* `keyboard-layout`: `(keyboardname: string, layoutname: string)`
1010
* `submap`: `(name: string)`
1111
* `monitor-added`: `(name: number)`

src/content/docs/services/power-profiles.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: Power Profiles
33
---
44

5+
:::note
6+
package dependancy: `power-profiles-daemon`
7+
on NixOS enable `services.power-profiles-daemon`
8+
:::
9+
510
## signals
611

712
* `profile-released` `(id: number)`

0 commit comments

Comments
 (0)