I hardcoded monitor names so that It's easier to switch between laptop screen and desktop monitor with a script, however this
fails for people with different monitor names, we should do one of the following to solve this:
- install.sh detects primary monitor name and search-and-replaces it into a copied installation of hyprland.conf
- note: this approach means the installer will no longer install hyprland.conf as a symlink but as a copy
- note: which means on each change in hyprland.conf, install.sh will have to be rerun
- install.sh has variables the user sets for monitor name(s)
- we simply remove this section and let hyprland select the monitor automatically (easiest, likely extra script will be needed to add the removed snippet for me)

I hardcoded monitor names so that It's easier to switch between laptop screen and desktop monitor with a script, however this
fails for people with different monitor names, we should do one of the following to solve this: