fix(sway): rework theme for gpg pinentry
This commit is contained in:
parent
1dd60c2291
commit
3328f4a4f5
1 changed files with 12 additions and 2 deletions
|
@ -169,7 +169,18 @@ in
|
||||||
app_id = "^.*";
|
app_id = "^.*";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
{
|
||||||
|
command = "border pixel 1";
|
||||||
|
criteria = {
|
||||||
|
app_id = "gcr-prompter";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
command = "floating enable, resize set 70ppt 70ppt, border pixel 1";
|
||||||
|
criteria = {
|
||||||
|
title = "^Open .*$";
|
||||||
|
};
|
||||||
|
}];
|
||||||
};
|
};
|
||||||
gaps = {
|
gaps = {
|
||||||
smartGaps = true;
|
smartGaps = true;
|
||||||
|
@ -196,7 +207,6 @@ in
|
||||||
default_orientation auto
|
default_orientation auto
|
||||||
workspace_layout default
|
workspace_layout default
|
||||||
font pango:Fira Code Nerd Font Mono 10
|
font pango:Fira Code Nerd Font Mono 10
|
||||||
default_border pixel 1
|
|
||||||
title_align right
|
title_align right
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue