Giter VIP home page Giter VIP logo

Comments (8)

vn-ki avatar vn-ki commented on June 10, 2024 1

from i3ass.

budRich avatar budRich commented on June 10, 2024

Thank @vn-ki for an excellent report, I will investigate this. I think it's an easy fix.

from i3ass.

budRich avatar budRich commented on June 10, 2024

This issues should be fixed in the latest release (#33 ).

from i3ass.

vn-ki avatar vn-ki commented on June 10, 2024

Now it is behaving weirdly.

Whenever I press my keybindings (and I am in workspace 1, 2, or 3) it will take to workspace 4 and put thunar there.
If I am in a workspace 4 or above, it works without any problems. (even if workspace is empty)

from i3ass.

budRich avatar budRich commented on June 10, 2024

that sounds really strange, i will take a look. I only tested quickly on workspace 1 and 2.
Also, what are the names of your wokspaces? could you paste the output of:

i3-msg -t get_workspaces

from i3ass.

budRich avatar budRich commented on June 10, 2024

i managed to reproduce this now, doesn't seem to have anything to do with workspace names, but the output could still be useful..

from i3ass.

vn-ki avatar vn-ki commented on June 10, 2024
$  i3-msg -t get_workspaces


[{'focused': True,
  'name': '1',
  'num': 1,
  'output': 'eDP1',
  'rect': {'height': 741, 'width': 1366, 'x': 0, 'y': 27},
  'urgent': False,
  'visible': True},
 {'focused': False,
  'name': '3',
  'num': 3,
  'output': 'eDP1',
  'rect': {'height': 741, 'width': 1366, 'x': 0, 'y': 27},
  'urgent': False,
  'visible': False},
 {'focused': False,
  'name': '4',
  'num': 4,
  'output': 'eDP1',
  'rect': {'height': 741, 'width': 1366, 'x': 0, 'y': 27},
  'urgent': False,
  'visible': False}]

Also, thanks for your quick responses.

from i3ass.

budRich avatar budRich commented on June 10, 2024

great. I think i have fixed it now. Yesterday when I applied the first fix, i added a new method to identify workspaces, and it currently coexist with the old one and there where some missmatching. But it should be fixed now, please try the latest release.

I will refactor and clean up the code of i3list for the next release.

from i3ass.

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.