diff options
Diffstat (limited to 'hypr/hyprland.conf')
| -rw-r--r-- | hypr/hyprland.conf | 7 |
1 files changed, 6 insertions, 1 deletions
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 ### ############################## |
