dots-hyprland
dots-hyprland copied to clipboard
Blinking screen
- (For usage) I have read the wiki
- (For troubleshooting) I have read the wiki
- I have made sure that both my config and system packages are up to date
- Linux distro: Arch
The issue
I installed the project (after a clean Arch install) using bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh") and it went smoothly.
However, after rebooting, my screen is blinking (somehow when I move my mouse, it doesn't blink as much as before).
I recorded a video to show it:
https://github.com/end-4/dots-hyprland/assets/46332113/89eb9795-c985-4e37-a565-7f709ebff5b0
try missing with your env.conf as wlr noscreen cursor and read the wiki about screen tearing
Did you do what the last few lines of install.sh says since it's your first installation?
;;esac
case $existed_hypr_conf in
y) printf "\n\e[33m[$0]: Warning: \"~/.config/hypr/hyprland.conf\" already existed before and we didn't overwrite it. \e[0m\n"
printf "\e[33mPlease use \"~/.config/hypr/hyprland.conf.new\" as a reference for a proper format.\e[0m\n"
printf "\e[33mIf this is your first time installation, you must overwrite \"~/.config/hypr/hyprland.conf\" with \"~/.config/hypr/hyprland.conf.new\".\e[0m\n"
;;esac