mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 06:25:59 +01:00
9fc5f4c48b
* nix: add python3 to devShell * init: request SCHED_RR scheduling policy * init: checks if host supports reseting scheduler on fork * init: make gainRealTime more compatible with other OSes * init: remove linux-only code
8 lines
No EOL
104 B
C++
8 lines
No EOL
104 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace Init {
|
|
bool isSudo();
|
|
void gainRealTime();
|
|
}; |