aboutsummaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-09-24 22:25:34 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-09-24 22:25:34 +0530
commit9c4bc6622794e289ebd98ad1217bfe531dd781d6 (patch)
tree2481d99b97eef29c6be3b2a165e051cb284e89c9 /hypr
parent09b12698892be31755360d0b45427410f8ae67ba (diff)
sync file + lazygit + eza + other stuff
Diffstat (limited to 'hypr')
-rw-r--r--hypr/battery-notif.sh1
-rw-r--r--hypr/hyprland.conf7
2 files changed, 7 insertions, 1 deletions
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 ###
##############################