Configuration options on configuration page =========================================== Change whether arrows appear when switching desktops Change the width of activation arrows Change visibility of activation areas Configuration options in the metadata.json ========================================== You can change the icons that appear when switching Desktops. Place the icons you want to use in the local directory for the extension. Usually ~/.local/share/cinnamon/extensions/desktop-scroller@ccadeptic23 or /usr/share/cinnamon/extensions/desktop-scroller@ccadeptic23 These should be properly formatted images. Then change the entries in the metadata.json file "switchPrevIcon": "my-go-prev.svg", "switchNextIcon": "my-go-next.svg" To the filenames for the icons that you want to use. Known issues ============ *If you scroll too fast the arrow's direction doesnt change, but once it fades the next time we are ok. Changelog ========= Version 2.1 ------------ Added fix for cinnamon 2.6 removing some api's Version 2.02 ------------ adds fixed padding around activation areas so as to not conflict with the hotcorners feature of cinnamon. Version 2.01 ------------ Added some changes to the placement of the icon and the activation areas for multiple monitors and non standard panel forms Version 2.0 ------------ moved some settings from metadata to settings schema Version 1.1 ------------ added configuration options to the metadata.json file. These allow you to: -disable the icons that appear when switching the Desktops -change the size of the "activation areas" as well as make them visible to make this easier. -change the icons that appear when switching Desktops to any that you would like to use. Version 1.05 ------------ Made the icon prettier when switching. It now uses the "go-next" and "go-previous" icons from the theme. Version 1 --------- Initial drop.
ccadeptic23/Desktop-Scroller--Cinnamon-
Switch between desktops by scrolling at left and right edges of the screen. A Linux Mint Cinnamon Extension.
JavaScriptGPL-3.0