#ifndef UTILS_H
#define UTILS_H
#include <QWindow>
#include <stdbool.h>
void SetDPMS(bool on);
void AlwaysOnTop(WId wid, bool on);
#endif