Switch pinentry flavour to gnome3 for better wayland support

Add blur rule to rofi layer
This commit is contained in:
Evie Litherland-Smith 2023-10-30 15:40:28 +00:00
parent 32543d21f5
commit 7eb5817aad
3 changed files with 3 additions and 2 deletions

View file

@ -134,7 +134,7 @@ in ''
bind = SUPER SHIFT, J, movewindow, d
# Layer rules
$layers = ^(waybar|system-menu|anyrun|gtk-layer-shell|notifications)$
$layers = ^(waybar|system-menu|rofi|anyrun|gtk-layer-shell|notifications)$
layerrule = blur, $layers
layerrule = ignorealpha 0.3, $layers

View file

@ -20,7 +20,7 @@
maxCacheTtl = 86400;
defaultCacheTtl = maxCacheTtl;
defaultCacheTtlSsh = maxCacheTtl;
pinentryFlavor = "gtk2";
pinentryFlavor = "gnome3";
extraConfig = ''
no-allow-external-cache
'';

View file

@ -31,6 +31,7 @@
bluetooth.enable = true;
};
services = {
dbus.packages = with pkgs; [ gcr ];
gnome.gnome-keyring.enable = true;
pipewire = {
enable = true;