diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-19 18:46:56 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-19 18:46:56 +0530 |
| commit | 9aa0070e137ac3e2b90284ed82f1751a601e18e1 (patch) | |
| tree | 666f5fb60282f0385d2c7806b81adfb433f97efe /hypr | |
| parent | 9b10a58de35d9a2076f4a93f6fb63f488b8fb084 (diff) | |
sync_out script + no more llms
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland/keybinds.conf | 3 | ||||
| -rw-r--r-- | hypr/hyprland/vars.conf | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 9c2e6af..a83f449 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -73,9 +73,6 @@ 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 - bind = $mainMod, equal, exec, ~/.config/hypr/hypr-zoom/exec.sh bind = $mainMod, bracketleft, exec, ~/.config/hypr/hyprsunset/increase_sunset.sh bind = $mainMod, bracketright, exec, ~/.config/hypr/hyprsunset/decrease_sunset.sh diff --git a/hypr/hyprland/vars.conf b/hypr/hyprland/vars.conf index 372e065..519ec93 100644 --- a/hypr/hyprland/vars.conf +++ b/hypr/hyprland/vars.conf @@ -1,5 +1,4 @@ $terminal = foot $fileManager = foot -e yazi -$llm = foot -e ollama run phi4 $menu = wofi -a --show drun $taskManager = foot -e btop --force-utf |
