I see a few people sharing incorrect details in the comments so I figured I'd echo some details.
'hyprctl output create headless'
This creates a headless monitor. You can verify this with:
'hyprctl monitors'
I see a few people sharing incorrect details in the comments so I figured I'd echo some details.
'hyprctl output create headless'
This creates a headless monitor. You can verify this with:
'hyprctl monitors'
| #!/bin/bash | |
| # Author: fszf | |
| # Version: 0.1 | |
| clear | |
| echo -e "\e[1;32m============================================\e[0m" | |
| echo -e "\e[1;34m Build Setup for PPPwn \e[0m" | |
| echo -e "\e[1;32m============================================\e[0m" | |
| check_python() { |