-
Notifications
You must be signed in to change notification settings - Fork 3
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
Border sizing can cause issues #12
Comments
Hi, thanks for the issue! It sounds like a bug to me.
Lines 55 to 59 in f4e8906
I've noticed a bug (that I forgot to report) related to this line here: Line 41 in f4e8906
Basically, the |
I do have it installed. I can also verify that |
I think I was able to reproduce the bug, I've recently updated to Ubuntu 20.04 and my If I run
Do you get the same error by just running |
Yep. I get that as well. |
OK, if you are on Ubuntu install
This should make |
Can confirm that installing the package now makes I'll do some tests, reverting my hacks of your script to see how that fixes the inherited border settings. Thanks for the help and the wonderful package. |
Sorry for the long wait on a response. Finally gave your default script a test with the packages installed. I still see the same issues when it returns back out of quiet mode. Here's what I see in your scriptHere's how it should beAgain, just a reminder, this isn't a blocker for me. Your script is simple enough I just edited it to not try and manage the border state. Just figured I'd post it up in case anyone else ran into similar problems. Thanks so much for putting it on Github. I use it daily. As a person on an ultrawide monitor it's a huge win! |
I'm on vacation for a bit, but I'll post my config when I get back. I had
titles off and an 8 pixel border.
…On Wed, Jul 8, 2020, 9:05 AM vrde ***@***.***> wrote:
Thanks for the update! I can try to play a bit with my border
configuration to see if I can replicate your issue. Would you mind sharing
with me your border config?
About this issue, is it something that happens because if i3-quiet? (I see
we both use the Flameshot for screenshots :P)
[image: image]
<https://user-images.githubusercontent.com/134680/86942136-16f0b780-c145-11ea-8b53-ff1905b18f15.png>
Thanks so much for putting it on Github. I use it daily. As a person on an
ultrawide monitor it's a huge win!
That's great to hear!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACPHJY2SMKXWDHLQRR4HV3R2SKNNANCNFSM4OEEGMNA>
.
|
First, thank you for this fantastic script! I was noticing issues when toggling in and out of zen mode, and noticed that the border and title would reappear when it snapped back in (losing the original border size).
I was able to fix this by removing the
ZEN_BORDER
overwrites and setting theDEFAULT_BORDER
to my own pixel setting offor_window [class=".*"] border pixel 8
I don't know if this is something you'd wish to change, but figured I'd write it up in case others saw it. I'm happy to add a readme PR if you think it would be helpful to document. My guess though is by default the script should respect the border settings of the original i3 config.
The text was updated successfully, but these errors were encountered: