fixes zellij pane move and niri accel speed

This commit is contained in:
Dennis Schoepf 2025-12-17 20:01:46 +01:00
parent cab5fd7e19
commit 463bdf97a2
2 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ input {
mouse {
// off
// natural-scroll
accel-speed 0.7
accel-speed -0.3
// accel-profile "flat"
// scroll-method "no-scroll"
}
@ -100,7 +100,7 @@ layout {
// You can change how the focus ring looks.
focus-ring {
// off
width 2
width 3
active-color "#c57faf"
inactive-color "#d369af"
}

View file

@ -34,10 +34,10 @@ keybinds clear-defaults=true {
bind "x" { CloseFocus; SwitchToMode "Locked"; }
bind "-" { NewPane "Down"; SwitchToMode "Locked"; }
bind "|" { NewPane "Right"; SwitchToMode "Locked"; }
bind "h" "Left" { MoveFocus "Left"; }
bind "l" "Right" { MoveFocus "Right"; }
bind "j" "Down" { MoveFocus "Down"; }
bind "k" "Up" { MoveFocus "Up"; }
bind "h" "Left" { MoveFocus "Left"; SwitchToMode "Locked"; }
bind "l" "Right" { MoveFocus "Right"; SwitchToMode "Locked"; }
bind "j" "Down" { MoveFocus "Down"; SwitchToMode "Locked"; }
bind "k" "Up" { MoveFocus "Up"; SwitchToMode "Locked"; }
bind "1" { GoToTab 1; SwitchToMode "Locked"; }
bind "2" { GoToTab 2; SwitchToMode "Locked"; }
bind "3" { GoToTab 3; SwitchToMode "Locked"; }