This commit is contained in:
Reid 2024-05-23 22:10:00 -07:00
parent ae0689bd24
commit f32d23295c
5 changed files with 40 additions and 3 deletions

View file

@ -0,0 +1,14 @@
{ lib, config, pkgs, ... }:
with lib;
let
cfg = config.modules.desktop.gnome-keyring;
in {
options.modules.desktop.gnome-keyring = {
enable = mkEnableOption "Enable gnome-keyring, a password store";
};
config = mkIf cfg.enable {
services.gnome.gnome-keyring.enable = true;
};
}

View file

@ -157,13 +157,15 @@ in {
"float, initialTitle:^Select a file to open$"
"center, initialTitle:^Select a file to open$"
"size 1100 650, initialTitle:^Select a file to open$"
# unsure why this is required, scaling?
# https://github.com/hyprwm/Hyprland/issues/6154
"center, class:^gcr-prompter"
"center, class:^pinentry-"
"center, class:^polkit-"
"float, class:\.exe$"
# fix focus
"stayfocused, class:^gcr-prompter"
"stayfocused, class:^pinentry-"
"stayfocused, class:^polkit-"
"stayfocused, class:^rofi-"