mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
core: improve evdev capslock detection, wayland context fixes
This commit is contained in:
@@ -1259,6 +1259,12 @@ func Start(printDocs bool) error {
|
||||
fatalErrChan <- fmt.Errorf("WlrOutput fatal error: %w", err)
|
||||
}()
|
||||
}
|
||||
if wlContext != nil {
|
||||
go func() {
|
||||
err := <-wlContext.FatalError()
|
||||
fatalErrChan <- fmt.Errorf("Wayland context fatal error: %w", err)
|
||||
}()
|
||||
}
|
||||
|
||||
go func() {
|
||||
if err := InitializeBrightnessManager(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user