You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,6 @@ Swayidle inhibitor that automatically detects audio / video and will prevent you
6
6
7
7
The main function of this project is to keep any sway based WM from going into an idle state when consuming media. Swaddle will monitor the dbus running daemon and based on values it sees in `Playback Status` will correctly cause idling or inhibition.
8
8
9
-
## Dependencies
10
-
11
-
*`dirs`: Config setup
12
-
*`config`: Config building
13
-
*`dbus`: Interfacing with the D-Bus.
14
-
*`env_logger`: Better log handling
15
-
*`toml`: For creating config file
16
-
*`serde`: To serialize toml
17
-
18
9
## Testing
19
10
20
11
Swaddle includes comprehensive tests including D-Bus integration tests with a mock media player.
0 commit comments