Switch pinentry flavour to gnome3 for better wayland support
Add blur rule to rofi layer
This commit is contained in:
parent
32543d21f5
commit
7eb5817aad
|
@ -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
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
maxCacheTtl = 86400;
|
||||
defaultCacheTtl = maxCacheTtl;
|
||||
defaultCacheTtlSsh = maxCacheTtl;
|
||||
pinentryFlavor = "gtk2";
|
||||
pinentryFlavor = "gnome3";
|
||||
extraConfig = ''
|
||||
no-allow-external-cache
|
||||
'';
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
bluetooth.enable = true;
|
||||
};
|
||||
services = {
|
||||
dbus.packages = with pkgs; [ gcr ];
|
||||
gnome.gnome-keyring.enable = true;
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue