GithubHelp home page GithubHelp logo

Comments (7)

HorrorPills avatar HorrorPills commented on August 24, 2024 1

Do you mean to have a configurable launch keyboard shortcut? Very much possible, yes!

from chatgpt-gnome-desktop-extension.

HorrorPills avatar HorrorPills commented on August 24, 2024

Extension.js, line 59 change "MOUSE" to "CENTER_ALWAYS"

https://docs.gtk.org/gtk3/enum.WindowPosition.html

from chatgpt-gnome-desktop-extension.

leoheck avatar leoheck commented on August 24, 2024

Are you saying it already opens where we want? Well, at least this is what I am getting from "MOUSE".

from chatgpt-gnome-desktop-extension.

leoheck avatar leoheck commented on August 24, 2024

For me, it looks stuck under the launcher on top-right

image

from chatgpt-gnome-desktop-extension.

HorrorPills avatar HorrorPills commented on August 24, 2024

If you wish to open the window in the middle of your screen, you must change line 59 from:

window.set_position(Gtk.WindowPosition.MOUSE);

to

window.set_position(Gtk.WindowPosition.CENTER_ALWAYS);

You can also manipulate the size of the window, of course.
Edit:
Remember to restart Gnome after applying the changes in code (Alt+F2 then type "r")

from chatgpt-gnome-desktop-extension.

malomehi avatar malomehi commented on August 24, 2024

A button to turn the window into full screen would also be nice :)

from chatgpt-gnome-desktop-extension.

jbingram avatar jbingram commented on August 24, 2024

Hi @HorrorPills Is this extension working from the gnome shell search window (when clicking on activities)? That is implying that we can switch on/off chatGPT option from the gnome setting/search? If it is not implemented yet, then I will open a new issue

from chatgpt-gnome-desktop-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.