├── LICENSE ├── README.md └── smoothgestures@a-shtefan.github.com ├── extension.js ├── metadata.json ├── prefs.js ├── schemas ├── gschemas.compiled └── org.gnome.shell.extensions.smoothgestures.gschema.xml ├── slider.js ├── utils.js └── wrapMethod.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/README.md -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/extension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/extension.js -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/metadata.json -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/prefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/prefs.js -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/schemas/gschemas.compiled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/schemas/gschemas.compiled -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/schemas/org.gnome.shell.extensions.smoothgestures.gschema.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/schemas/org.gnome.shell.extensions.smoothgestures.gschema.xml -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/slider.js -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/utils.js -------------------------------------------------------------------------------- /smoothgestures@a-shtefan.github.com/wrapMethod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-shtefan/gnome-shell-smooth-gestures/HEAD/smoothgestures@a-shtefan.github.com/wrapMethod.js --------------------------------------------------------------------------------