From 255d24d52bc117adc50a391705543df29d20bcd7 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:48:48 +0100 Subject: [PATCH] added a note for future keybinds --- modules/home-manager/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 64b6e8b..d92af58 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -75,7 +75,8 @@ in # binds to do # when librewolf setup put $browser as librewolf # with framework 16 rgb keypad - # exec a little kitty floating window with tomato executed (pomodoro app) + # exec a little kitty floating window with tomato executed (pomodoro app) + # exec the hyprpicker -> copy # if hyprexpo plugin enabled bind = $mainMod, Space, hyprexpo:expo, toggle #bind = Ctrl+$mainMod, 1, exec, pgrep -x ollama > /dev/null || ollama serve & notify-send -u normal -t 3000 "Running Deepseek-r1 with 1.5b parameters" "" & kitty -e sh -c "ollama run deepseek-r1:1.5b" #bind = Ctrl+$mainMod, 2, exec, pgrep -x ollama > /dev/null || ollama serve & notify-send -u normal -t 3000 "Running Deepseek-r1 with 8b parameters" "" & kitty -e sh -c "ollama run deepseek-r1:8b"