niri: fix xdg-portal timing issue
This commit is contained in:
parent
98a3cf3827
commit
fe34cf7d48
2 changed files with 3 additions and 3 deletions
|
|
@ -60,6 +60,7 @@
|
|||
"format" = "";
|
||||
"on-click" = "${lib.getExe pkgs.kitty} ${lib.getExe pkgs.bluetui}";
|
||||
"format-disabled" = "";
|
||||
"format-on" = "";
|
||||
"format-connected" = "";
|
||||
"tooltip-format" = "{controller_alias}\t{controller_address}";
|
||||
"tooltip-format-connected" = "{controller_alias}\t{controller_address}\n\n{device_enumerate}";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
pkgs.xdg-desktop-portal-gnome
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
xdgOpenUsePortal = true;
|
||||
|
||||
config = {
|
||||
common = {
|
||||
|
|
@ -40,8 +39,8 @@
|
|||
"gnome"
|
||||
"gtk"
|
||||
];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
|
||||
"org.freedesktop.impl.portal.OpenURI" = [ "gtk" ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "gnome" ];
|
||||
"org.freedesktop.impl.portal.OpenURI" = [ "gnome" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue