Skip to content

Instantly share code, notes, and snippets.

View fszf's full-sized avatar

F604 fszf

View GitHub Profile

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'
@fszf
fszf / build.sh
Last active January 29, 2025 21:31
build.sh for TheOfficialFl0w PPPwn
#!/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() {