We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f6ee3 commit c72b3a7Copy full SHA for c72b3a7
home/fish.nix
@@ -42,7 +42,7 @@
42
loginShellInit = ''
43
# start wm on tty1
44
if test (tty) = /dev/tty1
45
- alias startx=exec niri-session
+ alias startx=niri-session
46
end
47
'';
48
shellAbbrs = {
home/wayland/niri.nix
@@ -31,6 +31,7 @@
31
tap
32
dwt
33
middle-emulation
34
+ natural-scroll
35
accel-speed 0.400000
36
accel-profile "adaptive"
37
}
@@ -67,7 +68,7 @@
67
68
inactive-color "#6a9589"
69
70
border {
- width 2
71
+ width 1
72
active-color "#7e9cd8"
73
inactive-color "#363646"
74
@@ -266,7 +267,7 @@
266
267
tap = true;
268
dwt = true;
269
middle-emulation = true;
- natural-scroll = false;
270
+ natural-scroll = true;
271
};
272
273
outputs = {
0 commit comments