This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
Hyprland
Watch
1
Star
0
Fork
You've already forked Hyprland
0
mirror of
https://github.com/hyprwm/Hyprland
synced
2024-11-15 15:25:59 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
99b01c5d12
Hyprland
/
src
/
init
/
initHelpers.hpp
8 lines
104 B
C++
Raw
Normal View
History
Unescape
Escape
disallow running with sudo unless you use the --i-am-really-stupid flag
2022-05-19 19:28:15 +02:00
#
pragma once
#
include
"../defines.hpp"
namespace
Init
{
bool
isSudo
(
)
;
init: Request SCHED_RR using CAP_SYS_NICE and add Python to nix dev shell (#2690) * 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
2023-07-23 20:51:00 +02:00
void
gainRealTime
(
)
;
disallow running with sudo unless you use the --i-am-really-stupid flag
2022-05-19 19:28:15 +02:00
}
;
Reference in a new issue
Copy permalink