From 4458732589a3cb828d552729716497706e184c77 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sun, 28 Sep 2025 10:46:43 +0200 Subject: [PATCH] Replace btop with Bitwarden keybinding --- modules/home/hyprland/binds.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index 277f00c..91ee47f 100644 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -10,7 +10,8 @@ in # APLIKACJE - GŁÓWNE # ============================================================================= "$modifier, A, exec, anki" - "$modifier, B, exec, btop" + # "$modifier, B, exec, btop" + "$modifier, B, exec, bitwarden" "$modifier, C, exec, chromium" "$modifier, D, exec, discord" "$modifier, G, exec, gimp"