Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 870 Bytes

Argos Extensions

Argos

Argos lets you write GNOME Shell extensions in a language that every Linux user is already intimately familiar with: Bash scripts.

Extensions

These can be installed by copying the files to .config/argos after installing the argos extension itself.

zoom.sh

This extension allows you to set fractional scaling factors using xrandr.

First you have to enable the experimental scaling feature in GNOME/Mutter:

$ gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"

Then install the extension and use the new dropdown menu on the top bar.

See also: