Giter VIP home page Giter VIP logo

hydra-posframe's Introduction

hydra-posframe

hydra-posframe is a hydra extension which shows hydra hints on posframe.

hydra-posframe

Installation

;; NOTE: hydra and posframe are required
(use-package hydra-posframe
  :el-get "Ladicle/hydra-posframe"
  :hook (after-init . hydra-posframe-mode))

Customization

Variables

  • hydra-posframe-parameters: override the posframe parameters (e.g. fringe) (default: nil)
  • hydra-posframe-border-width: change the posframe border width (default: 1)
  • hydra-posframe-poshandler: posframe position (default: 'posframe-poshandler-frame-center)
  • hydra-posframe-font: font for posframe (default: nil)

Faces

  • hydra-posframe-face: customize the posframe fore/background
  • hydra-posframe-border-face: customize the posframe border color (default: gray50)

hydra-posframe's People

Contributors

ladicle avatar reedrolemodel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hydra-posframe's Issues

Melpa recipe

It would be nice if this were available on Melpa. I wouldn't mind making a recipe on your behalf.

Can’t set border color

Hi!

I can change the background color but the border color can't be changed. It just takes the same color as the background instead of what I specify in hydra-posframe-border-face.

My setup:

    (use-package posframe)

    (use-package hydra-posframe
      :after hydra
      :straight (:host github :repo “Ladicle/hydra-posframe”)
      :hook (after-init . hydra-posframe-enable)
      :init
      (setq hydra-posframe-poshandler ‘posframe-poshandler-frame-bottom-center)
      (setq hydra-posframe-border-width 1)
      (setq hydra-posframe-parameters ‘((left-fringe . 5)(right-fringe . 5)))
      :custom-face (hydra-posframe-border-face ((t (:background “#bf616a”))))
      :custom-face (hydra-posframe-face ((t (:background “#3b4252”)))))

What it looks like:

https://preview.redd.it/79c0dmle04e41.png?width=308&format=png&auto=webp&s=d74f9a2ecf019dc320b1a3b3a532a395bc2144f5

Also, how can I change the fringe color in the posframe frame? I want it to be the same as the background color...

ivy-posframe & ivy-hydra don't work with hydra-posframe

When using ivy-posframe, if I call hydra-ivy/body it creates a new posframe in addition to the posframe for (e.g.) counsel-M-x and this seems to immediate problems of loss of focus. Is there a way to disable specific modes or commands for hydra-posframe?

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.