From 71f51949c2b29f7d2d14772b2fb4f2f2661b7085 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Jun 2025 09:54:02 +0200 Subject: [PATCH] Codify password manager and messenger --- config/hypr/hyprland.conf | 3 ++- default/hypr/bindings.conf | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index ccba631..5929dcb 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -14,6 +14,8 @@ $fileManager = nautilus --new-window $browser = google-chrome-unstable --new-window --enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4 $menu = wofi --show drun $music = spotify +$passwordManager = 1password +$messenger = signal-desktop $webapp = $browser --app # Use defaults Omarchy defaults @@ -29,7 +31,6 @@ bind = SUPER SHIFT, A, exec, $webapp="https://grok.com" bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" bind = SUPER, E, exec, $webapp="https://app.hey.com" bind = SUPER, Y, exec, $webapp="https://youtube.com/" -bind = SUPER, G, exec, signal-desktop bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index fe353ff..f4d21aa 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -5,6 +5,8 @@ bind = SUPER, B, exec, $browser bind = SUPER, M, exec, $music bind = SUPER, N, exec, $terminal -e nvim bind = SUPER, T, exec, $terminal -e btop +bind = SUPER, G, exec, $messenger +bind = SUPER, slash, exec, $passwordManager bind = SUPER, space, exec, $menu bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar