minor tweaks
This commit is contained in:
parent
75175725b8
commit
cddbc870af
|
@ -41,7 +41,7 @@
|
||||||
# disable 10 bit output for now as this breaks screenshots
|
# disable 10 bit output for now as this breaks screenshots
|
||||||
monitor=DP-1,preferred,auto,1.4
|
monitor=DP-1,preferred,auto,1.4
|
||||||
input {
|
input {
|
||||||
sensitivity = -0.3
|
sensitivity = -0.8
|
||||||
# accel_profile = flat
|
# accel_profile = flat
|
||||||
}
|
}
|
||||||
exec-once=hyprpaper
|
exec-once=hyprpaper
|
||||||
|
|
|
@ -55,6 +55,8 @@ in with lib; {
|
||||||
pulseaudio
|
pulseaudio
|
||||||
pavucontrol
|
pavucontrol
|
||||||
noisetorch
|
noisetorch
|
||||||
|
alsa-utils
|
||||||
|
alsa-lib
|
||||||
];
|
];
|
||||||
# Add noisetorch for microphone noise canceling
|
# Add noisetorch for microphone noise canceling
|
||||||
programs.noisetorch = { enable = true; };
|
programs.noisetorch = { enable = true; };
|
||||||
|
|
Loading…
Reference in New Issue