mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
update: added aider
& systemwide keybindings with arrows
This commit is contained in:
@@ -37,4 +37,6 @@ enable = true
|
|||||||
backspace = { w = ":w", d = ":bc", S-d = ":bca", q = ":q", A-q = ":q!", A-d = ":bc!", A-S-d = ":bca!" }
|
backspace = { w = ":w", d = ":bc", S-d = ":bca", q = ":q", A-q = ":q!", A-d = ":bc!", A-S-d = ":bca!" }
|
||||||
S-l = ":bn"
|
S-l = ":bn"
|
||||||
S-h = ":bp"
|
S-h = ":bp"
|
||||||
|
S-right = ":bn"
|
||||||
|
S-left = ":bp"
|
||||||
A-w = ":w"
|
A-w = ":w"
|
||||||
|
@@ -193,6 +193,11 @@ bind=$mainMod ALT,R,submap,resize
|
|||||||
submap=resize
|
submap=resize
|
||||||
|
|
||||||
# sets repeatable binds for resizing the active window
|
# sets repeatable binds for resizing the active window
|
||||||
|
binde=,right,resizeactive,10 0
|
||||||
|
binde=,left,resizeactive,-10 0
|
||||||
|
binde=,up,resizeactive,0 -10
|
||||||
|
binde=,down,resizeactive,0 10
|
||||||
|
|
||||||
binde=,l,resizeactive,10 0
|
binde=,l,resizeactive,10 0
|
||||||
binde=,h,resizeactive,-10 0
|
binde=,h,resizeactive,-10 0
|
||||||
binde=,k,resizeactive,0 -10
|
binde=,k,resizeactive,0 -10
|
||||||
@@ -211,6 +216,11 @@ bind=$mainMod ALT,M,submap,move
|
|||||||
submap=move
|
submap=move
|
||||||
|
|
||||||
# sets repeatable binds for moving the active window
|
# sets repeatable binds for moving the active window
|
||||||
|
bind=,right,movewindow,r
|
||||||
|
bind=,left,movewindow,l
|
||||||
|
bind=,up,movewindow,u
|
||||||
|
bind=,down,movewindow,d
|
||||||
|
|
||||||
bind=,l,movewindow,r
|
bind=,l,movewindow,r
|
||||||
bind=,h,movewindow,l
|
bind=,h,movewindow,l
|
||||||
bind=,k,movewindow,u
|
bind=,k,movewindow,u
|
||||||
@@ -288,6 +298,10 @@ bind = , XF86MonBrightnessUp, exec, lightctl up
|
|||||||
bind = , XF86MonBrightnessDown, exec, lightctl down
|
bind = , XF86MonBrightnessDown, exec, lightctl down
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
|
bind = $mainMod, left, movefocus, l
|
||||||
|
bind = $mainMod, right, movefocus, r
|
||||||
|
bind = $mainMod, up, movefocus, u
|
||||||
|
bind = $mainMod, down, movefocus, d
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
bind = $mainMod, l, movefocus, r
|
bind = $mainMod, l, movefocus, r
|
||||||
bind = $mainMod, k, movefocus, u
|
bind = $mainMod, k, movefocus, u
|
||||||
|
@@ -6,12 +6,14 @@
|
|||||||
services.ollama.acceleration = "cuda";
|
services.ollama.acceleration = "cuda";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
oterm # my favorite TUI
|
oterm
|
||||||
|
open-webui
|
||||||
alpaca
|
alpaca
|
||||||
nextjs-ollama-llm-ui
|
nextjs-ollama-llm-ui
|
||||||
open-webui # my favorite web GUI
|
|
||||||
|
|
||||||
aichat # my favorite CLI
|
aichat
|
||||||
|
aider-chat
|
||||||
|
|
||||||
tgpt
|
tgpt
|
||||||
smartcat
|
smartcat
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user