03-31-2021, 04:25 PM
Code:
[Desktop Entry]
Actions=one;two;three;four;five;six;
Type=Application
Name=Zoom
GenericName=Zoom
Comment=Zoom Desktop
Icon=zoom
Terminal=false
Exec=notify-send ZoomScale "Long press for options"
Keywords=scale
Categories=Utilities
MimeType=
[Desktop Action one]
Exec=wlr-randr --output DSI-1 --scale 1
Name=Zoom Out Max
[Desktop Action two]
Exec=wlr-randr --output DSI-1 --scale 1.25
Name=quarter
[Desktop Action three]
Exec=wlr-randr --output DSI-1 --scale 1.50
Name=half
[Desktop Action four]
Exec=wlr-randr --output DSI-1 --scale 1.70
Name=3/4
[Desktop Action five]
Exec=wlr-randr --output DSI-1 --scale 1.83
Name=4/5
[Desktop Action six]
Exec=wlr-randr --output DSI-1 --scale 2
Name=Zoom In Max