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