All Projects → negesti → Gnome Shell Extensions Negesti

negesti / Gnome Shell Extensions Negesti

Licence: gpl-3.0
An gnome-shell extension that makes window movement a lot easier.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Gnome Shell Extensions Negesti

Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-32.59%)
Mutual labels:  gnome
Automathemely
Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
Stars: ✭ 169 (-24.55%)
Mutual labels:  gnome
Bing Desktop Wallpaper Changer
Automatically changes desktop wallpaper to Bing Photo of the Day for Linux with Gnome.
Stars: ✭ 196 (-12.5%)
Mutual labels:  gnome
Loginized
Gnome GDM Login Theme Manager. Easy and Fast Login Theme Manipulation
Stars: ✭ 158 (-29.46%)
Mutual labels:  gnome
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-25.45%)
Mutual labels:  gnome
Authenticator
2FA code generator for GNOME
Stars: ✭ 175 (-21.87%)
Mutual labels:  gnome
Smuxi
Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
Stars: ✭ 145 (-35.27%)
Mutual labels:  gnome
Otpclient
Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP
Stars: ✭ 206 (-8.04%)
Mutual labels:  gnome
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-23.66%)
Mutual labels:  gnome
Dynamic Panel Transparency
Adds Transparency To The Gnome Shell Panel
Stars: ✭ 189 (-15.62%)
Mutual labels:  gnome
Vala Language Server
Code Intelligence for Vala & Genie
Stars: ✭ 156 (-30.36%)
Mutual labels:  gnome
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (-27.23%)
Mutual labels:  gnome
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-20.09%)
Mutual labels:  gnome
Fractal
Matrix.org gtk+ client
Stars: ✭ 156 (-30.36%)
Mutual labels:  gnome
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (-10.71%)
Mutual labels:  gnome
Gnome Shell Extension Gsconnect
KDE Connect implementation for GNOME
Stars: ✭ 2,137 (+854.02%)
Mutual labels:  gnome
Awesome Gtk
List of awesome GTK+ (gtk3) applications
Stars: ✭ 174 (-22.32%)
Mutual labels:  gnome
Dash To Dock
A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
Stars: ✭ 2,945 (+1214.73%)
Mutual labels:  gnome
Plano Theme
A flat theme for GNOME & Xfce4
Stars: ✭ 202 (-9.82%)
Mutual labels:  gnome
Swiftgtk
A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
Stars: ✭ 180 (-19.64%)
Mutual labels:  gnome

Put Window

An gnome-shell extension that makes window movement a lot easier.

Friend of GNOME

Installation

As you ended up here, I assume the installation from extensions.gnome.org didn't work :)

The easiest way to install is to download the latest release zip from the releases page and install it using the gnome-tweak-tool.

If you are want to contribute or go the 'git way' just clone this extension and link it to the .local extension folder. This way you can always update the extension using git pull.

 ln -s "PATH_TO_YOUR_CLONE" ~/.local/share/gnome-shell/extensions/[email protected]

Wayland & Wnck

For application based configuration the extension relies on the X11 library wnck.

  • Suse: sudo zypper in libwnck-devel
  • Arch: pacman -S libwnck3
  • Fedora:
    • sudo yum install libwnck3
    • sudo dnf install libwnck3
  • Debian/Ubuntu: apt-get install gir1.2-wnck-3.0

Because of this dependency and the different concepts of wayland and X11 to identify applications (wm_class vs. application_id) Wayland is not supported!

As wayland is no real alternative for me until global keyboard/mouse grab is supported, I don't plan to switch to wayland and will not actively work on wayland support.

For more details please check the associated issues

Configuration

The extension can be configured using the gnome prefs tool.

  • East/West widths, North/South heights
  • Keybindings
  • Change width and height when moving to corner (Always, only height, only width)
  • Use multiple widths even if moving to other screen is possible
  • Move focus using the keyboard
    • move-focus-north/east/south/west using super + i/l/k/j (default)
  • Application based config (hit the save button)

Multi screen setup support

The extension works well with mutliple screens.

Moving windows from one screen to another is currently only possible in horizontal setup. e.g. a window that is a the left or right side of one screen, can be moved to the next screen using keyboard shortcuts.

  • Move to left screen: default binding: Left
  • Move to right screen: default binding: Right

The keyboard settings can be changed using the preferences.

Contributors

  • krlmr - Move to other display
  • 73 - Move focus
  • Anthony25 - gnome-shell 3.12 support
  • airtonix - gnome-shell 3.5 support
  • zara86 - gnome-shell 3.16 support
  • cleverlycoding - gnome-shell 3.18 support
  • wdoekes - cleanup, improve move to center
  • eddy-geek - gnome-shell 3.30 support

License

Copyright (c) 2011-2020 Clemens Eberwein

This program is free software; you can redistribute it and/or modify it under the terms of VERSION 3 of the GNU General Public License as published by the Free Software Foundation provided that the above copyright notice is included.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Go to http://www.gnu.org/licenses/gpl-3.0.html to get a copy of the license (or check the licence file)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].