dotfiles
dotfiles copied to clipboard
[FEATURE] Settings monitor script for screen resolution
Original by https://gitlab.com/dianaw353 Is your feature request related to a problem? Please describe. This code here is a huge improvement to the how users select their monitor resolution settings. This here will use xrander to generate the list of all available screen resolutions available to the main display and display them for the user to choose from. This is sorted by the largest resolution to the lowest resolution and it has pages if needed. Some ideas for the future features can include using this script to do it for all monitors but currently only works with the main display,choose refresh rate for monitors, select fractional scaling, and more.
Describe the solution you'd like
I have now added all the main features and would like the script to be tested and provide any feedback you may have such as bugs,improvements, additional features,etc so I can polish the main script before I add the following features.
Ask user what profile they want to configure Make a gaming and battery profile for monitors that support grater than 60FPS Restore backup profiles saved by name of file and time and have user choose what profile to restore Make script modular (kinda like settings script we made) to make it easier to add features Include a menu to allow user what monitor settings to configure. This way users can decide if they want to run the earthier script or only configure one monitor setting not all monitor settings.
Please run the script in via bash ~/.config/hypr/settings/monitor_tui.sh https://github.com/dianaw353/hyprland-configuration-rootfs/blob/mistress/.config/hypr/settings/monitor_tui.sh
Describe alternatives you've considered Are there any GUI apps available to do the same?