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
|
pantheon.elementary-files
|
||||||
pavucontrol
|
pavucontrol
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
yubioath-flutter
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
yubikey-manager-qt
|
||||||
];
|
];
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
|
|
|
@ -185,6 +185,18 @@
|
||||||
app_id = "gnome-disks";
|
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";
|
command = "move container to workspace 2, focus";
|
||||||
criteria = {
|
criteria = {
|
||||||
|
|
Loading…
Reference in a new issue