enable yubikey apps
This commit is contained in:
parent
b0f1aa2290
commit
0890355f5d
2 changed files with 14 additions and 0 deletions
|
@ -45,7 +45,9 @@ in
|
|||
pantheon.elementary-files
|
||||
pavucontrol
|
||||
xdg-utils
|
||||
yubioath-flutter
|
||||
yubikey-manager
|
||||
yubikey-manager-qt
|
||||
];
|
||||
|
||||
dconf.settings = {
|
||||
|
|
|
@ -185,6 +185,18 @@
|
|||
app_id = "gnome-disks";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "floating enable, focus";
|
||||
criteria = {
|
||||
app_id = "yubico.org.";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "floating enable, focus";
|
||||
criteria = {
|
||||
app_id = ".yubioath-flutter-wrapped";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "move container to workspace 2, focus";
|
||||
criteria = {
|
||||
|
|
Loading…
Reference in a new issue