We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using lain at 41ccab3 with my fork of awesome-copycats and it seems that of the terminals I have installed, xterm toggles with Mod + z but termite does not. No errors, it just simply does not appear. My fork, sboysel/awesome-copycats@67632cc, has some very minor differences from lcpz/awesome-copycats@0d80ca0 that I don't think are related to this issue.
xterm
Mod + z
termite
[sam@archbook ~ 08:22:18]$ uname -a Linux archbook 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux [sam@archbook ~ 08:22:13]$ termite --version termite v11
Let me know if I should open the issue in awesome-copycats or if the issue is beyond the scope of what you're willing to support.
The text was updated successfully, but these errors were encountered:
This is the right scope.
GTK based applications have --name option for setting windows name.
--name
Quake has -name as default (only one dash) since it was originally planned for X terminals.
-name
All you have to do is to set argname properly:
argname
-- quake terminal local quakeconsole = {} for s = 1, screen.count() do quakeconsole[s] = lain.util.quake({ app = "termite", argname = "--name %s" }) end
Read here if you wish to customize other parameters.
Sorry, something went wrong.
#211: wiki updated
fc3f86b
Thank you!
No branches or pull requests
Using lain at 41ccab3 with my fork of awesome-copycats and it seems that of the terminals I have installed,
xterm
toggles withMod + z
buttermite
does not. No errors, it just simply does not appear. My fork, sboysel/awesome-copycats@67632cc, has some very minor differences from lcpz/awesome-copycats@0d80ca0 that I don't think are related to this issue.Let me know if I should open the issue in awesome-copycats or if the issue is beyond the scope of what you're willing to support.
The text was updated successfully, but these errors were encountered: