Skip to content

sciencywolf/hyper-resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyper-resolution

Bash script using xrandr to create hyper resolution on your display

How to use

Launch the script in your terminal with the wanted scale value as argument.

./hypr.sh 1.25 # Set hyper resolution to 125% of your standard one. (e.g. 1366x768 --> 1708x960)
./hypr.sh 1   # Revert to standard display resolution

Alias

The easiest way to use this script is to set an alias. Add the following line in your .bash_aliases

alias hypr="/PATH/OF/THE/SCRIPT/hypr.sh"

About

Python and bash script using xrandr to create hyper resolution on your display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors