add more assigns
This commit is contained in:
parent
6e475baaf4
commit
3e3550752b
|
@ -80,6 +80,19 @@ in {
|
||||||
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
xcursor_theme = "${config.home.pointerCursor.name} ${toString config.home.pointerCursor.size}";
|
||||||
};
|
};
|
||||||
assigns = {
|
assigns = {
|
||||||
|
"2" = [
|
||||||
|
{ class = "qutebrowser"; }
|
||||||
|
{ app_id = "qutebrowser"; }
|
||||||
|
{ class = "firefox"; }
|
||||||
|
{ app_id = "firefox"; }
|
||||||
|
{ class = "Chromium"; }
|
||||||
|
{ app_id = "chromium"; }
|
||||||
|
];
|
||||||
|
"9" = [
|
||||||
|
{ class = ".*[Ss]team.*"; }
|
||||||
|
{ app_id = ".*[Ss]team.*"; }
|
||||||
|
{ app_id = "[Ll]utris"; }
|
||||||
|
];
|
||||||
"10" = [
|
"10" = [
|
||||||
{ app_id = ".*[Tt]elegram.*"; }
|
{ app_id = ".*[Tt]elegram.*"; }
|
||||||
{ class = ".*[Tt]elegram.*"; }
|
{ class = ".*[Tt]elegram.*"; }
|
||||||
|
|
Loading…
Reference in a new issue