all repos

dotfiles @ b6548a8

i use rach linux btw
1 files changed, 4 insertions(+), 3 deletions(-)
niri: touchpad; and set ghostty as default
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-12-11 00:16:10 +0200
Parent: 555ed33
M config/niri/config.kdl
···
                26
                26
                     dwt

              
                27
                27
                     // dwtp

              
                28
                28
                     // drag-lock

              
                29
                
                -    accel-speed 0.1

              
                30
                
                -    scroll-factor 0.5

              
                
                29
                +    accel-speed 0.2

              
                
                30
                +    scroll-factor 1.5

              
                31
                31
                     accel-profile "adaptive"

              
                32
                32
                     click-method "clickfinger"

              
                33
                33
                     scroll-method "two-finger"

              ···
                108
                108
                   match app-id="zen"

              
                109
                109
                   match app-id="firefox"

              
                110
                110
                   match app-id="Brave-browser"

              
                
                111
                +  match app-id="brave-browser"

              
                111
                112
                   open-on-workspace "web"

              
                112
                113
                   open-focused true

              
                113
                114
                 }

              ···
                161
                162
                   Mod+d { spawn "dunstctl" "close"; }

              
                162
                163
                   Mod+q { close-window; }

              
                163
                164
                   Mod+Alt+l { spawn "hyprlock"; }

              
                164
                
                -  Mod+Return { spawn "kitty"; }

              
                
                165
                +  Mod+Return { spawn "ghostty"; }

              
                165
                166
                   Mod+Shift+Escape { spawn "~/bin/wofi-power-menu" "niri";}

              
                166
                167
                   Mod+Shift+Return { spawn "wofi" "--show" "drun"; }

              
                167
                168