this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

niri: misc changes

+13 -4
+13 -4
home/modules/niri.nix
··· 20 20 }; 21 21 22 22 input.touchpad = { 23 + enable = true; 23 24 tap = true; 24 - natural-scroll = false; 25 + natural-scroll = true; 26 + scroll-factor = 0.3; 25 27 accel-profile = "adaptive"; 28 + tap-button-map = "left-right-middle"; 29 + scroll-method = "two-finger"; 30 + }; 31 + 32 + input.focus-follows-mouse = { 33 + enable = true; 34 + max-scroll-amount = "0%"; 26 35 }; 27 36 28 37 cursor.size = 32; ··· 30 39 prefer-no-csd = true; 31 40 32 41 spawn-at-startup = [ 33 - {command = ["xwayland-satellite" ":420"];} 42 + {command = ["xwayland-satellite"];} 34 43 # {command = ["hyprpaper"];} 35 44 {command = ["kitty"];} 36 45 ]; 37 46 38 47 environment = { 39 - DISPLAY = ":420"; 48 + DISPLAY = ":0"; 40 49 GDK_BACKEND = "wayland"; 41 50 }; 42 51 ··· 97 106 "Mod+R".action = spawn "fuzzel"; 98 107 99 108 "Print".action = screenshot; 100 - "Ctrl+Print".action = screenshot-screen; 109 + # "Ctrl+Print".action = screenshot-screen; 101 110 "Alt+Print".action = screenshot-window; 102 111 103 112 # Resizing