Skip to content

Commit c72b3a7

Browse files
committed
niri updates
1 parent b4f6ee3 commit c72b3a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

home/fish.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
loginShellInit = ''
4343
# start wm on tty1
4444
if test (tty) = /dev/tty1
45-
alias startx=exec niri-session
45+
alias startx=niri-session
4646
end
4747
'';
4848
shellAbbrs = {

home/wayland/niri.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
tap
3232
dwt
3333
middle-emulation
34+
natural-scroll
3435
accel-speed 0.400000
3536
accel-profile "adaptive"
3637
}
@@ -67,7 +68,7 @@
6768
inactive-color "#6a9589"
6869
}
6970
border {
70-
width 2
71+
width 1
7172
active-color "#7e9cd8"
7273
inactive-color "#363646"
7374
}
@@ -266,7 +267,7 @@
266267
tap = true;
267268
dwt = true;
268269
middle-emulation = true;
269-
natural-scroll = false;
270+
natural-scroll = true;
270271
};
271272
};
272273
outputs = {

0 commit comments

Comments
 (0)