diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 15:00:55 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 15:00:55 +0100 |
commit | 3a9bfa09be2a312edb42c9747d1c3579c1402fa9 (patch) | |
tree | 1059b99614251a7a58a656f36029b9b51c4dce6c /home-manager/compositor/hyprland.nix | |
parent | 3fce1b5d9350c116270111e92f2d993e1b518d4d (diff) |
update rbw to use pinentry-gnome3
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix index 55133a4..4c53750 100644 --- a/home-manager/compositor/hyprland.nix +++ b/home-manager/compositor/hyprland.nix @@ -10,6 +10,10 @@ "waybar" ]; + debug = { + "disable_logs" = false; + }; + general = { "border_size" = 2; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; @@ -55,7 +59,7 @@ bind = [ "$mod, D, exec, ${pkgs.rofi-wayland-unwrapped}/bin/rofi -show drun" - "$mod SHIFT, D, exec, ${pkgs.rofi-rbw}/bin/rofi-rbw" + "$mod SHIFT, D, exec, ${pkgs.rofi-rbw-wayland}/bin/rofi-rbw" "$mod, F, fullscreen, 1" "$mod, Return, exec, alacritty" "$mod SHIFT, Q, killactive" |