mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 09:14:25 +02:00
uxrvt: put URxvt class into a configuration variable
This commit is contained in:
parent
9420b74c08
commit
92d23f4153
3 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,7 @@ awful.rules.rules = {
|
|||
properties = { }, callback = awful.client.setslave },
|
||||
-- Should not be master
|
||||
{ rule_any = { class =
|
||||
{ "URxvt",
|
||||
{ config.termclass,
|
||||
"Transmission-gtk",
|
||||
"Keepassx",
|
||||
}, instance = { "Download" }},
|
||||
|
|
|
@ -61,7 +61,7 @@ shifty.config.apps = {
|
|||
tag = "im",
|
||||
},
|
||||
{
|
||||
match = { "URxvt" },
|
||||
match = { config.termclass },
|
||||
startup = {
|
||||
tag = "xterm"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue