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

quake: settings for GTK applications like termite #211

Closed
sboysel opened this issue Jul 8, 2016 · 2 comments
Closed

quake: settings for GTK applications like termite #211

sboysel opened this issue Jul 8, 2016 · 2 comments
Labels

Comments

@sboysel
Copy link

sboysel commented Jul 8, 2016

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.

[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.

@lcpz
Copy link
Owner

lcpz commented Jul 8, 2016

This is the right scope.

GTK based applications have --name option for setting windows name.

Quake has -name as default (only one dash) since it was originally planned for X terminals.

All you have to do is to set argname properly:

-- 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.

@lcpz lcpz closed this as completed Jul 8, 2016
@lcpz lcpz changed the title termite terminal not working with quake quake: settings for GTK applications like termite Jul 8, 2016
@lcpz lcpz added the question label Jul 8, 2016
lcpz pushed a commit that referenced this issue Jul 8, 2016
@sboysel
Copy link
Author

sboysel commented Jul 8, 2016

Thank you!

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

No branches or pull requests

2 participants