-
-
Notifications
You must be signed in to change notification settings - Fork 45
Extended
Khing edited this page Dec 18, 2024
·
1 revision
HyDE is a lightweight, modular dotfiles repository. This guide explains how to extend HyDE to support additional tools.
Note
For theming and styling, HyDE uses wallbash scripts. Navigate to wallbash for more information.
SwayOSD is already supported by HyDE. You just need to manually add the daemon for it to work.
Configuration for SwayOSD
exec-once = swayosd-server # enable swayosd service
exec-once = $(pkexec swayosd-libinput-backend) # swayosd service for keyboard input (requires to be run in a subshell)