Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inecas/looking-glass-keybind
Extension to bind GNOME Shell Looking Glass to a key
https://github.com/inecas/looking-glass-keybind
Last synced: 4 days ago
JSON representation
Extension to bind GNOME Shell Looking Glass to a key
- Host: GitHub
- URL: https://github.com/inecas/looking-glass-keybind
- Owner: iNecas
- Created: 2012-05-01T21:27:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-01T21:28:10.000Z (over 12 years ago)
- Last Synced: 2024-10-16T07:06:39.976Z (about 1 month ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Looking Glass Keybind
GNOME Shell extension to bind Looking Glass to a key.
## Installation
You need GNOME Shell 3.4.1 to run this extension.
SRC_DIR=`pwd`
INSTALL_DIR=/usr/share
cp -r $SRC_DIR/[email protected]\
$INSTALL_DIR/gnome-shell/extensions
cp -r $SRC_DIR/[email protected]/schemas/* \
$INSTALL_DIR/glib-2.0/schemas
glib-compile-schemas $INSTALL_DIR/glib-2.0/schemasIf you don't wish to install it for the whole system you can install it only to
your local profile by setting `INSTALL_DIR=~/.local/share`. For the
system to find your schema files you need to set it in your `~/.profile`
file:export XDG_DATA_DIRS=~/.local/share:/usr/share
After this setting you need to log out and back in to reflect this
changes.Finally enable the plugin using gsettings or other tool:
gsettings set org.gnome.shell enabled-extensions "['[email protected]']"
You might expect the GNOME session to be restarted.
## Configuration
By default F12 is used for the binding. You can change it by running:
gsettings set org.gnome.shell.extensions.looking-glass-keybind.keybindings\
launch-looking-glass "['F10']"## Licence
GPLv3