JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.27k stars 106 forks source link

Chose the wrong screen resolution #98

Closed Kr7spy closed 1 month ago

Kr7spy commented 1 month ago

Hey man, so I was a little dumb in the install phase and accidentally chose the wrong screen resolution. I've had a look through the config files but I'm a little stuck on finding a way to change it myself. Am I blind or do I need to reinstall the whole thing just to choose the right option this time?

dwilliam62 commented 1 month ago

Hello,

No you do not need to re-install SUPER + E View Monitor settings. There will be a monitor = line that matches the resolution you set. There are also some examples to set it for specific monitors. Edit that to the resolution you want and save the file.

If you run hyprctl monitors at the CLI you will see your current configuration.

Regards, Don

On Tue, Jul 2, 2024 at 11:43 AM Kr7spy @.***> wrote:

Hey man, so I was a little dumb in the install phase and accidentally chose the wrong screen resolution. I've had a look through the config files but I'm a little stuck on finding a way to change it myself. Am I blind or do I need to reinstall the whole thing just to choose the right option this time?

— Reply to this email directly, view it on GitHub https://github.com/JaKooLit/Arch-Hyprland/issues/98, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6Z4V6RHZRJCA576NLESUELZKLDB3AVCNFSM6AAAAABKH2PTQOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DMNJZG4YDQNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JaKooLit commented 1 month ago

Hey man, so I was a little dumb in the install phase and accidentally chose the wrong screen resolution. I've had a look through the config files but I'm a little stuck on finding a way to change it myself. Am I blind or do I need to reinstall the whole thing just to choose the right option this time?

https://github.com/JaKooLit/Hyprland-Dots/blob/main/copy.sh#L250-L255

this is the line and what actions are when choosing resolutions

you dont need to reinstall. The only difference are that font size. Increased font size for 1440p and above

first, go here, https://github.com/JaKooLit/Hyprland-Dots/tree/main/config/rofi/resolution

so just download the config.rasi based on the desired resolution above and replace ~/.config/rofi/config.rasi

and while your on dots, I urged you to go through wiki, there are lots of informations here which will help you https://github.com/JaKooLit/Hyprland-Dots/wiki

Kr7spy commented 1 month ago

Perfect, thanks!

I was concerned about just going in and changing text sizes in waybar in case it screwed up some other parts of the styling but this is great