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
|
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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue