Code Monkey home page Code Monkey logo

Comments (3)

eliep avatar eliep commented on July 30, 2024

Hey @chulme,

Thanks for trying i3-layouts.
It seems their is a problem preventing i3-layouts to starts the first time with your configuration. Unfortunately, I haven't been able to reproduce this behavior yet. Can you tell me which version of i3 (i3 --version) and i3-layouts (pip show i3-layouts) you're using ?

Since it works the second time, when you restart i3, an exec command in your configuration may trigger this problem. Do you have some exec commands launching or moving containers when i3 starts ?

Also, can you launch i3-layouts with --debug and report the logs here ?

exec_always i3-layouts --debug > ~/i3-layouts.log 2>&1

from i3-layouts.

chulme avatar chulme commented on July 30, 2024

I have i3 version 4.19.1 and i3-layouts version 0.13.1.

I took a look into my execs and found the following line was causing it to fail:
exec --no-startup-id xrandr --output DP-2 --mode 5120x1440 --rate 120

I need this to set the resolution of my monitor, as otherwise it defaults to 3840x1080.

I've attached i3-layouts.log.

from i3-layouts.

eliep avatar eliep commented on July 30, 2024

Hey @chulme,

I've been able to reproduce with the xrandr command and the 3columns layout.
In this case, i3-layout receive a new window event with a container id but no container exists on the workspace (probably due to the xrandr command).
I've released a new version 0.13.2 which should fix this problem.
Thanks for reporting this issue.

from i3-layouts.

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.