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 bind = SUPER SHIFT, J, movewindow, d
# Layer rules # 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 = blur, $layers
layerrule = ignorealpha 0.3, $layers layerrule = ignorealpha 0.3, $layers

View file

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

View file

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