Coder Social home page Coder Social logo

Comments (4)

nasyxx avatar nasyxx commented on May 27, 2024 1

Is the "text cursor" window gets tiled on your machine?

Yes.

I believe I may have identified the reason. The issue might stem from the "text cursor" being treated as another current application window. I manually configured Aerospace to tile the application, which inadvertently may have included the "text cursor".

A straightforward way to replicate this issue is observed when using

run = ["layout tiling", "move-node-to-workspace term"]

In this scenario, the "text cursor" is treated as one of the tiled windows. However, when using only

run = ["move-node-to-workspace term"]

the app wezterm gets tiled while the "text cursor" remains floating.

The reason I added layout tiling is because I treat all windows as floating by default, and only certain applications are managed under this setting.

# others ...

#  all floating
[[on-window-detected]]
  if.app-name-regex-substring = ".*"
  check-further-callbacks = true
  run = "layout floating"

# others ...

## emacs window
[[on-window-detected]]
  if.app-id = "org.gnu.Emacs"
  run = ["layout tiling", "move-node-to-workspace emacs"]

## terminal window
[[on-window-detected]]
  if.app-id = "com.github.wez.wezterm"
  run = ["layout tiling", "move-node-to-workspace term"]

# others ...

from aerospace.

nikitabobko avatar nikitabobko commented on May 27, 2024 1

It's an AeroSpace bug. AeroSpace should detect "text cursor" and don't treat it as a window

from aerospace.

nikitabobko avatar nikitabobko commented on May 27, 2024

Is the "text cursor" window gets tiled on your machine? (on my machine, it's considered as floating window)

from aerospace.

nikitabobko avatar nikitabobko commented on May 27, 2024

Released in 0.7.0-Beta

from aerospace.

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.