From 9c4bc6622794e289ebd98ad1217bfe531dd781d6 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 24 Sep 2025 22:25:34 +0530 Subject: sync file + lazygit + eza + other stuff --- hypr/battery-notif.sh | 1 + hypr/hyprland.conf | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/battery-notif.sh b/hypr/battery-notif.sh index d08b1d0..5e477d8 100644 --- a/hypr/battery-notif.sh +++ b/hypr/battery-notif.sh @@ -1 +1,2 @@ +nix-env -iA nixpkgs.python3.psutil python battery_warning.py diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7acea64..f9d8c8f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,10 +2,11 @@ source = ~/.config/hypr/catppuccin/themes/macchiato.conf monitor=,preferred,auto,auto - $terminal = foot $fileManager = foot -e yazi +$llm = foot -e ollama run phi4 $menu = wofi --show drun +$taskManager = foot -e btop --force-utf exec-once = ~/.config/hypr/random-wall.sh # random wallpaper exec-once = ~/.config/hypr/battery-notif.sh # low battery notification @@ -193,6 +194,7 @@ bind = $mainMod, F, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle +bind = CTRL+SHIFT, ESC, exec, $taskManager # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l @@ -255,6 +257,9 @@ bindl = ,XF86AudioPause, exec, playerctl play-pause bindl = ,XF86AudioPlay, exec, playerctl play-pause bindl = ,XF86AudioPrev, exec, playerctl previous +# Special OMEN key +bindel = ,code:157, exec, $llm + ############################## ### WINDOWS AND WORKSPACES ### ############################## -- cgit v1.2.3