Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annoying flicker #2

Open
tmfink opened this issue Jun 18, 2015 · 1 comment
Open

Annoying flicker #2

tmfink opened this issue Jun 18, 2015 · 1 comment

Comments

@tmfink
Copy link
Owner

tmfink commented Jun 18, 2015

Currently, there may be several "swaps" of workspaces on outputs which causes an annoying visual "flicker". We should investigate if there is another way to put workspaces on specific outputs without causing a flicker.

@starr-dusT
Copy link

Hey @tmfink . Don't have a good or robust solution. I've searched around similar projects and there does not appear to be much that can be done easily. I do have a stupid way to do it which hasn't had any dire consequences yet :)

You can pause the i3bar process while the script is running and then un-pause like so:

pr=$(pgrep i3bar)
kill -STOP "${pr}"
$HOME/.config/i3/scripts/i3-wk-switch/i3-wk-switch.py "$1"
kill -CONT "${pr}"

It is horribly jank, but that makes it more fun to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants